Add deluge to traefik
This commit is contained in:
parent
db03da2189
commit
f8f036fac2
|
@ -53,12 +53,16 @@ services:
|
|||
build: Dockerfiles/deluge
|
||||
restart: always
|
||||
networks:
|
||||
- main
|
||||
- web
|
||||
volumes:
|
||||
- torrents:/torrents
|
||||
- config:/config
|
||||
env_file:
|
||||
- config
|
||||
labels:
|
||||
- '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:
|
||||
image: fromenje/seedbox:h5ai
|
||||
|
|
Loading…
Reference in New Issue