apps/nextcloud/docker-compose.yml aktualisiert
nc 32 psql 17.6 redis 7.2.3
This commit is contained in:
parent
fd1a2d9eb3
commit
e409889a22
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: nextcloud:31.0.6-apache
|
||||
image: nextcloud:32.0.0-apache
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
runtipi.managed: true
|
||||
db-nextcloud:
|
||||
container_name: db-nextcloud
|
||||
image: postgres:14.2
|
||||
image: postgres:17.6
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
|
||||
|
|
@ -62,7 +62,7 @@ services:
|
|||
redis-nextcloud:
|
||||
container_name: redis-nextcloud
|
||||
user: "1000:1000"
|
||||
image: redis:6.2.6
|
||||
image: redis:7.2.3
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data/redis:/data"
|
||||
|
|
@ -71,7 +71,7 @@ services:
|
|||
labels:
|
||||
runtipi.managed: true
|
||||
cron:
|
||||
image: nextcloud:31.0.6-apache
|
||||
image: nextcloud:32.0.0-apache
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user