Add heimdall
This commit is contained in:
parent
732b35e712
commit
f4b9b79806
|
@ -188,6 +188,24 @@ services:
|
||||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
|
heimdall:
|
||||||
|
image: linuxserver/heimdall
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
volumes:
|
||||||
|
- configheimdall:/config
|
||||||
|
environment:
|
||||||
|
- PGID=0
|
||||||
|
- PUID=0
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
labels:
|
||||||
|
- 'traefik.backend=heimdall'
|
||||||
|
- 'traefik.port=80'
|
||||||
|
- 'traefik.frontend.rule=Host:dash.${TRAEFIK_DOMAIN}'
|
||||||
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer
|
image: portainer/portainer
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -224,6 +242,10 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/tautulli
|
mountpoint: /data/config/tautulli
|
||||||
|
configheimdall:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/config/heimdall
|
||||||
torrents:
|
torrents:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue