Prepend _data suffix for data volumes
This commit is contained in:
@@ -40,7 +40,7 @@ services:
|
||||
- docker
|
||||
- traefik
|
||||
volumes:
|
||||
- portainer:/data
|
||||
- portainer_data:/data
|
||||
secrets:
|
||||
- portainer_password
|
||||
depends_on:
|
||||
@@ -64,7 +64,7 @@ networks:
|
||||
nas-compose.boostrap: true
|
||||
|
||||
volumes:
|
||||
portainer:
|
||||
portainer_data:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
- gotify
|
||||
- traefik
|
||||
volumes:
|
||||
- gotify:/app/data
|
||||
- gotify_data:/app/data
|
||||
secrets:
|
||||
- admin_password
|
||||
restart: unless-stopped
|
||||
@@ -25,7 +25,7 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
gotify:
|
||||
gotify_data:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
- smokeping:/data
|
||||
- smokeping_data:/data
|
||||
#configs:
|
||||
# - source: smokeping
|
||||
# target: /config/
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
networks:
|
||||
- gotify
|
||||
volumes:
|
||||
- ddclient:/data
|
||||
- ddclient_data:/data
|
||||
configs:
|
||||
- source: ddclient
|
||||
target: /config/ddclient.conf.tpl
|
||||
@@ -62,12 +62,12 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
smokeping:
|
||||
smokeping_data:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${MOUNT_DIR?}/smokeping/data/
|
||||
ddclient:
|
||||
ddclient_data:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
|
||||
Reference in New Issue
Block a user