apps/nextcloud/docker-compose.yml aktualisiert

nc 32
psql 17.6
redis 7.2.3
This commit is contained in:
tipi 2025-10-09 18:12:30 +00:00
parent fd1a2d9eb3
commit e409889a22

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
nextcloud: nextcloud:
container_name: nextcloud container_name: nextcloud
image: nextcloud:31.0.6-apache image: nextcloud:32.0.0-apache
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
@ -47,7 +47,7 @@ services:
runtipi.managed: true runtipi.managed: true
db-nextcloud: db-nextcloud:
container_name: db-nextcloud container_name: db-nextcloud
image: postgres:14.2 image: postgres:17.6
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data - ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
@ -62,7 +62,7 @@ services:
redis-nextcloud: redis-nextcloud:
container_name: redis-nextcloud container_name: redis-nextcloud
user: "1000:1000" user: "1000:1000"
image: redis:6.2.6 image: redis:7.2.3
restart: on-failure restart: on-failure
volumes: volumes:
- "${APP_DATA_DIR}/data/redis:/data" - "${APP_DATA_DIR}/data/redis:/data"
@ -71,7 +71,7 @@ services:
labels: labels:
runtipi.managed: true runtipi.managed: true
cron: cron:
image: nextcloud:31.0.6-apache image: nextcloud:32.0.0-apache
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html - ${APP_DATA_DIR}/data/nextcloud:/var/www/html