bump nextcloud versions

This commit is contained in:
2026-03-22 16:07:18 +01:00
parent 770081397c
commit 8b5c9bdbfc

View File

@@ -1,6 +1,6 @@
services:
nextcloud:
image: nextcloud:29-apache
image: nextcloud:33-apache
container_name: nextcloud
restart: unless-stopped
depends_on:
@@ -31,7 +31,7 @@ services:
retries: 3
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
container_name: nextcloud-postgres
restart: unless-stopped
env_file: .env
@@ -51,7 +51,7 @@ services:
max-file: "3"
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: nextcloud-redis
restart: unless-stopped
command: redis-server --requirepass ${REDIS_PASSWORD}
@@ -65,7 +65,7 @@ services:
max-file: "3"
cron:
image: nextcloud:29-apache
image: nextcloud:33-apache
container_name: nextcloud-cron
restart: unless-stopped
depends_on: