10 Commits

2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:14.6-alpine image: postgres:14.10-alpine
restart: always restart: always
volumes: volumes:
- /mnt/data/db:/var/lib/postgresql/data - /mnt/data/db:/var/lib/postgresql/data
@@ -10,11 +10,11 @@ services:
- db.env - db.env
redis: redis:
image: redis:7.0-alpine image: redis:7.2-alpine
restart: always restart: always
app: app:
image: nextcloud:25.0.2-fpm-alpine image: nextcloud:28.0.2-fpm-alpine
# ports: # ports:
# - 8080:80 # - 8080:80
restart: always restart: always
@@ -49,7 +49,7 @@ services:
- app - app
cron: cron:
image: nextcloud:25.0.2-fpm-alpine image: nextcloud:28.0.2-fpm-alpine
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html

View File

@@ -1,3 +1,3 @@
FROM nginx:1.23.3-alpine FROM nginx:1.25.3-alpine
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf