This commit is contained in:
2025-12-01 22:14:56 +01:00
parent cc1973cfba
commit 7086a5d938

View File

@@ -61,7 +61,7 @@ services:
networks: networks:
- nextcloud_network - nextcloud_network
volumes: volumes:
- /share/docker_data/nextcloud/mariadb:/var/lib/mysql - mariadb:/var/lib/mysql
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
deploy: deploy:
labels: labels:
@@ -77,7 +77,7 @@ services:
networks: networks:
- nextcloud_network - nextcloud_network
volumes: volumes:
- /share/docker_data/nextcloud/redis:/data - redis:/data
deploy: deploy:
labels: labels:
wud.watch: 'true' wud.watch: 'true'
@@ -92,7 +92,7 @@ services:
NC_INSTANCE_URL: https://nc.sectorq.eu NC_INSTANCE_URL: https://nc.sectorq.eu
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /share/docker_data/nextcloud/certs:/certs - certs:/certs
hostname: appapi-harp hostname: appapi-harp
ports: ports:
- target: 8780 - target: 8780
@@ -120,4 +120,7 @@ volumes:
post-installation: post-installation:
pre-upgrade: pre-upgrade:
post-upgrade: post-upgrade:
before-starting: before-starting:
mariadb:
redis:
certs: