Use data rather than config for heimdall

This commit is contained in:
Colin Hebert
2023-01-04 17:39:36 +01:00
parent 51d3f1546f
commit be4be50309

View File

@@ -42,7 +42,7 @@ services:
networks: networks:
- traefik - traefik
volumes: volumes:
- heimdall_data:/data/ - heimdall_config:/config/
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
@@ -68,11 +68,11 @@ volumes:
type: none type: none
o: bind o: bind
device: ${NASCOMPOSE_SERVICES?}/volumes/smokeping/config/ device: ${NASCOMPOSE_SERVICES?}/volumes/smokeping/config/
heimdall_data: heimdall_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/data/ device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/config/
secrets: secrets:
watchtower_gotify_token: watchtower_gotify_token: