Disabled Flood-rutorrent
This commit is contained in:
parent
09f7d925c6
commit
4ca909ca06
|
@ -198,35 +198,35 @@ services:
|
||||||
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
flood:
|
# flood:
|
||||||
image: romancin/rutorrent-flood
|
# image: romancin/rutorrent-flood
|
||||||
restart: always
|
# restart: always
|
||||||
tty: true
|
# tty: true
|
||||||
networks:
|
# networks:
|
||||||
- web
|
# - web
|
||||||
ports:
|
# ports:
|
||||||
- "51415:51415"
|
# - "51415:51415"
|
||||||
- "6881:6881"
|
# - "6881:6881"
|
||||||
volumes:
|
# volumes:
|
||||||
- configflood:/config
|
# - configflood:/config
|
||||||
- flooddl:/downloads
|
# - flooddl:/downloads
|
||||||
- torrents:/torrents
|
# - torrents:/torrents
|
||||||
environment:
|
# environment:
|
||||||
- PGID=0
|
# - PGID=0
|
||||||
- PUID=0
|
# - PUID=0
|
||||||
- TZ=Europe/Paris
|
# - TZ=Europe/Paris
|
||||||
labels:
|
# labels:
|
||||||
- 'traefik.enable=true'
|
# - 'traefik.enable=true'
|
||||||
- 'traefik.flood.frontend.backend=flood'
|
# - 'traefik.flood.frontend.backend=flood'
|
||||||
- 'traefik.flood.port=3000'
|
# - 'traefik.flood.port=3000'
|
||||||
- 'traefik.flood.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
# - 'traefik.flood.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
||||||
- 'traefik.flood.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
# - 'traefik.flood.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.flood.protocol=https'
|
# - 'traefik.flood.protocol=https'
|
||||||
- 'traefik.rutorrent.frontend.backend=flood'
|
# - 'traefik.rutorrent.frontend.backend=flood'
|
||||||
- 'traefik.rutorrent.port=443'
|
# - 'traefik.rutorrent.port=443'
|
||||||
- 'traefik.rutorrent.frontend.rule=Host:rutorrent.${TRAEFIK_DOMAIN}'
|
# - 'traefik.rutorrent.frontend.rule=Host:rutorrent.${TRAEFIK_DOMAIN}'
|
||||||
- 'traefik.rutorrent.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
# - 'traefik.rutorrent.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.rutorrent.protocol=https'
|
# - 'traefik.rutorrent.protocol=https'
|
||||||
|
|
||||||
tautulli:
|
tautulli:
|
||||||
image: linuxserver/tautulli
|
image: linuxserver/tautulli
|
||||||
|
|
Loading…
Reference in New Issue