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.enable=true'
|
||||
|
||||
heimdall:
|
||||
image: linuxserver/heimdall
|
||||
rtorrent:
|
||||
image: romancin/rutorrent-flood
|
||||
restart: always
|
||||
networks:
|
||||
- web
|
||||
volumes:
|
||||
- configheimdall:/config
|
||||
- downloads:/downloads
|
||||
- configrtorrent:/config
|
||||
- configflood:/flood-db
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
- TZ=Europe/Paris
|
||||
- CONTEXT_PATH=/
|
||||
- FLOOD_SECRET="mzxgMcYuTcNAhJcON4cLAI0dyniPIE2F"
|
||||
- RTORRENT_SCGI=9000
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
labels:
|
||||
- 'traefik.backend=heimdall'
|
||||
- 'traefik.port=80'
|
||||
- 'traefik.frontend.rule=Host:dash.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.backend=rtorrent'
|
||||
- 'traefik.port=3000'
|
||||
- 'traefik.frontend.rule=Host:rtorrent.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
- 'traefik.enable=true'
|
||||
|
||||
|
@ -254,10 +259,14 @@ volumes:
|
|||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/tautulli
|
||||
configheimdall:
|
||||
configrtorrent:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/heimdall
|
||||
mountpoint: /data/config/rtorrent
|
||||
configflood:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/flood
|
||||
torrents:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
|
|
Loading…
Reference in New Issue