This commit is contained in:
2025-12-06 00:30:40 +01:00
parent a428b50ecd
commit 9080a8914c

View File

@@ -7,9 +7,6 @@ services:
image: ${DOCKER_REGISTRY:-}nextcloud:latest image: ${DOCKER_REGISTRY:-}nextcloud:latest
links: links:
- db - db
networks:
- nextcloud_network
- pihole_pihole
ports: ports:
- target: 80 - target: 80
published: 8134 published: 8134
@@ -50,8 +47,6 @@ services:
env_file: env_file:
- stack.env - stack.env
image: ${DOCKER_REGISTRY:-}yobasystems/alpine-mariadb:latest image: ${DOCKER_REGISTRY:-}yobasystems/alpine-mariadb:latest
networks:
- nextcloud_network
volumes: volumes:
- mariadb:/var/lib/mysql - mariadb:/var/lib/mysql
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
@@ -66,8 +61,6 @@ services:
- node.role == manager - node.role == manager
redis: redis:
image: ${DOCKER_REGISTRY:-}redis:alpine image: ${DOCKER_REGISTRY:-}redis:alpine
networks:
- nextcloud_network
volumes: volumes:
- redis:/data - redis:/data
deploy: deploy:
@@ -96,8 +89,6 @@ services:
protocol: tcp protocol: tcp
mode: ingress mode: ingress
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
networks:
- nextcloud_network
deploy: deploy:
labels: labels:
wud.watch: 'true' wud.watch: 'true'