Use data rather than config for heimdall
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user