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.enable=true'
|
||||
|
||||
flood:
|
||||
image: romancin/rutorrent-flood
|
||||
restart: always
|
||||
tty: true
|
||||
networks:
|
||||
- web
|
||||
ports:
|
||||
- "51415:51415"
|
||||
- "6881:6881"
|
||||
volumes:
|
||||
- configflood:/config
|
||||
- flooddl:/downloads
|
||||
- torrents:/torrents
|
||||
environment:
|
||||
- PGID=0
|
||||
- PUID=0
|
||||
- TZ=Europe/Paris
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.flood.frontend.backend=flood'
|
||||
- 'traefik.flood.port=3000'
|
||||
- 'traefik.flood.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.flood.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
- 'traefik.flood.protocol=https'
|
||||
- 'traefik.rutorrent.frontend.backend=flood'
|
||||
- 'traefik.rutorrent.port=443'
|
||||
- 'traefik.rutorrent.frontend.rule=Host:rutorrent.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.rutorrent.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
- 'traefik.rutorrent.protocol=https'
|
||||
# flood:
|
||||
# image: romancin/rutorrent-flood
|
||||
# restart: always
|
||||
# tty: true
|
||||
# networks:
|
||||
# - web
|
||||
# ports:
|
||||
# - "51415:51415"
|
||||
# - "6881:6881"
|
||||
# volumes:
|
||||
# - configflood:/config
|
||||
# - flooddl:/downloads
|
||||
# - torrents:/torrents
|
||||
# environment:
|
||||
# - PGID=0
|
||||
# - PUID=0
|
||||
# - TZ=Europe/Paris
|
||||
# labels:
|
||||
# - 'traefik.enable=true'
|
||||
# - 'traefik.flood.frontend.backend=flood'
|
||||
# - 'traefik.flood.port=3000'
|
||||
# - 'traefik.flood.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
||||
# - 'traefik.flood.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
# - 'traefik.flood.protocol=https'
|
||||
# - 'traefik.rutorrent.frontend.backend=flood'
|
||||
# - 'traefik.rutorrent.port=443'
|
||||
# - 'traefik.rutorrent.frontend.rule=Host:rutorrent.${TRAEFIK_DOMAIN}'
|
||||
# - 'traefik.rutorrent.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
# - 'traefik.rutorrent.protocol=https'
|
||||
|
||||
tautulli:
|
||||
image: linuxserver/tautulli
|
||||
|
|
Loading…
Reference in New Issue