Add Heimdall
This commit is contained in:
0
docker/volumes/heimdall/data/.gitkeep
Normal file
0
docker/volumes/heimdall/data/.gitkeep
Normal file
@@ -37,7 +37,16 @@ services:
|
|||||||
- duckdns_token
|
- duckdns_token
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# TODO: Set up heimdal?
|
heimdall:
|
||||||
|
image: linuxserver/heimdall
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
volumes:
|
||||||
|
- heimdall_data:/data/
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
traefik.enable: true
|
||||||
|
|
||||||
# TODO: Set up synology/external services?
|
# TODO: Set up synology/external services?
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -59,6 +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:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${NASCOMPOSE_SERVICES?}/volumes/heimdall/data/
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
watchtower_gotify_token:
|
watchtower_gotify_token:
|
||||||
|
|||||||
Reference in New Issue
Block a user