Remove Heimdall and add rtorrent/flood
This commit is contained in:
parent
f44672afd0
commit
3d45394831
|
@ -190,21 +190,26 @@ services:
|
||||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
heimdall:
|
rtorrent:
|
||||||
image: linuxserver/heimdall
|
image: romancin/rutorrent-flood
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- configheimdall:/config
|
- downloads:/downloads
|
||||||
|
- configrtorrent:/config
|
||||||
|
- configflood:/flood-db
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
- PGID=1000
|
- CONTEXT_PATH=/
|
||||||
- PUID=1000
|
- FLOOD_SECRET="mzxgMcYuTcNAhJcON4cLAI0dyniPIE2F"
|
||||||
- TZ=Europe/Paris
|
- RTORRENT_SCGI=9000
|
||||||
|
- PUID=0
|
||||||
|
- PGID=0
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.backend=heimdall'
|
- 'traefik.backend=rtorrent'
|
||||||
- 'traefik.port=80'
|
- 'traefik.port=3000'
|
||||||
- 'traefik.frontend.rule=Host:dash.${TRAEFIK_DOMAIN}'
|
- 'traefik.frontend.rule=Host:rtorrent.${TRAEFIK_DOMAIN}'
|
||||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
|
@ -254,10 +259,14 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/tautulli
|
mountpoint: /data/config/tautulli
|
||||||
configheimdall:
|
configrtorrent:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/heimdall
|
mountpoint: /data/config/rtorrent
|
||||||
|
configflood:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/config/flood
|
||||||
torrents:
|
torrents:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue