mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -61,7 +61,7 @@ services:
|
||||
networks:
|
||||
- nextcloud_network
|
||||
volumes:
|
||||
- /share/docker_data/nextcloud/mariadb:/var/lib/mysql
|
||||
- mariadb:/var/lib/mysql
|
||||
- /etc/localtime:/etc/localtime
|
||||
deploy:
|
||||
labels:
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
networks:
|
||||
- nextcloud_network
|
||||
volumes:
|
||||
- /share/docker_data/nextcloud/redis:/data
|
||||
- redis:/data
|
||||
deploy:
|
||||
labels:
|
||||
wud.watch: 'true'
|
||||
@@ -92,7 +92,7 @@ services:
|
||||
NC_INSTANCE_URL: https://nc.sectorq.eu
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /share/docker_data/nextcloud/certs:/certs
|
||||
- certs:/certs
|
||||
hostname: appapi-harp
|
||||
ports:
|
||||
- target: 8780
|
||||
@@ -120,4 +120,7 @@ volumes:
|
||||
post-installation:
|
||||
pre-upgrade:
|
||||
post-upgrade:
|
||||
before-starting:
|
||||
before-starting:
|
||||
mariadb:
|
||||
redis:
|
||||
certs:
|
||||
Reference in New Issue
Block a user