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:
@@ -1,8 +1,8 @@
|
||||
volumes:
|
||||
bookstack_app_data:
|
||||
app_data:
|
||||
driver: local
|
||||
db_data:
|
||||
driver: local
|
||||
bookstack_db_data:
|
||||
driver: local
|
||||
|
||||
services:
|
||||
app:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
volumes:
|
||||
- bookstack_app_data:/config
|
||||
- app_data:/config
|
||||
deploy:
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
PUID: 0
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/mariadb
|
||||
volumes:
|
||||
- bookstack_db_data:/config
|
||||
- db_data:/config
|
||||
deploy:
|
||||
labels:
|
||||
wud.watch: 'true'
|
||||
|
||||
Reference in New Issue
Block a user