Add deluge to traefik
This commit is contained in:
parent
db03da2189
commit
f8f036fac2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue