Replace MOUNT_DIR with SERVICE_DIR

This commit is contained in:
Colin Hebert
2022-12-28 22:02:07 +01:00
parent 7ce6a968c7
commit 3af28accd0
2 changed files with 11 additions and 11 deletions

View File

@@ -68,14 +68,14 @@ volumes:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${MOUNT_DIR?}/portainer/volumes/data/ device: ${SERVICES_DIR?}/portainer/volumes/data/
labels: labels:
nas-compose.boostrap: true nas-compose.boostrap: true
configs: configs:
traefik_config: traefik_config:
file: ${MOUNT_DIR?}/traefik/configs/traefik.yml file: ${SERVICES_DIR?}/traefik/configs/traefik.yml
secrets: secrets:
portainer_password: portainer_password:
file: ${MOUNT_DIR?}/portainer/secrets/portainer_password file: ${SERVICES_DIR?}/portainer/secrets/portainer_password

View File

@@ -67,28 +67,28 @@ volumes:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${MOUNT_DIR?}/smokeping/volumes/data/ device: ${SERVICES_DIR?}/smokeping/volumes/data/
ddclient_data: ddclient_data:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${MOUNT_DIR?}/ddclient/volumes/data/ device: ${SERVICES_DIR?}/ddclient/volumes/data/
ddclient_init: ddclient_init:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${MOUNT_DIR?}/ddclient/volumes/init/ device: ${SERVICES_DIR?}/ddclient/volumes/init/
configs: configs:
# smokeping: # smokeping:
# file: ${MOUNT_DIR?}/smokeping/config/ # file: ${SERVICES_DIR?}/smokeping/config/
ddclient_config: ddclient_config:
file: ${MOUNT_DIR?}/ddclient/configs/ddclient.conf.tpl file: ${SERVICES_DIR?}/ddclient/configs/ddclient.conf.tpl
secrets: secrets:
watchtower_gotify_token: watchtower_gotify_token:
file: ${MOUNT_DIR?}/watchtower/secrets/gotify_token file: ${SERVICES_DIR?}/watchtower/secrets/gotify_token
ddclient_gotify_token: ddclient_gotify_token:
file: ${MOUNT_DIR?}/ddclient/secrets/gotify_token file: ${SERVICES_DIR?}/ddclient/secrets/gotify_token
ddclient_cloudflare_token: ddclient_cloudflare_token:
file: ${MOUNT_DIR?}/ddclient/secrets/cloudflare_token file: ${SERVICES_DIR?}/ddclient/secrets/cloudflare_token