mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -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:
|
||||||
Reference in New Issue
Block a user