Add heimdall

This commit is contained in:
Jean Froment 2018-06-20 11:33:36 +02:00
parent 732b35e712
commit f4b9b79806
1 changed files with 22 additions and 0 deletions

View File

@ -188,6 +188,24 @@ services:
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
- '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:
image: portainer/portainer
volumes:
@ -224,6 +242,10 @@ volumes:
driver: local-persist
driver_opts:
mountpoint: /data/config/tautulli
configheimdall:
driver: local-persist
driver_opts:
mountpoint: /data/config/heimdall
torrents:
driver: local-persist
driver_opts: