Add deluge to traefik

This commit is contained in:
Jean Froment 2018-06-19 17:29:09 +02:00
parent db03da2189
commit f8f036fac2
1 changed files with 7 additions and 3 deletions

View File

@ -53,12 +53,16 @@ services:
build: Dockerfiles/deluge build: Dockerfiles/deluge
restart: always restart: always
networks: networks:
- main - web
volumes: volumes:
- torrents:/torrents - torrents:/torrents
- config:/config - config:/config
env_file: labels:
- config - 'traefik.backend=deluge'
- 'traefik.port=8112'
- 'traefik.frontend.rule=Host:deluge.${TRAEFIK_DOMAIN}'
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
- 'traefik.enable=true'
h5ai: h5ai:
image: fromenje/seedbox:h5ai image: fromenje/seedbox:h5ai