Test rutorrent-flood from romancin
This commit is contained in:
parent
df97541d69
commit
2c608db95e
|
@ -3,8 +3,6 @@ ACME_MAIL=my-email@my-provider.com
|
|||
HTTP_USER=myuser
|
||||
HTTP_PASSWORD=mypassword_encoded
|
||||
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
|
||||
FLOODSECRET=h4ckMePleAse
|
||||
|
||||
|
||||
# Filerun
|
||||
MYSQL_ROOT_PASSWORD=your_mysql_root_password
|
||||
|
|
|
@ -199,24 +199,23 @@ services:
|
|||
- 'traefik.enable=true'
|
||||
|
||||
flood:
|
||||
image: wonderfall/rtorrent-flood
|
||||
image: romancin/rutorrent-flood
|
||||
restart: always
|
||||
tty: true
|
||||
networks:
|
||||
- web
|
||||
volumes:
|
||||
- configflood:/data
|
||||
- flooddb:/flood-db
|
||||
- configflood:/config
|
||||
- flooddl:/downloads
|
||||
- torrents:/torrents
|
||||
environment:
|
||||
- GID=0
|
||||
- UID=0
|
||||
- FLOOD_SECRET=${FLOODSECRET}
|
||||
- PGID=0
|
||||
- PUID=0
|
||||
- TZ=Europe/Paris
|
||||
- RTORRENT_SCGI=49184
|
||||
labels:
|
||||
- 'traefik.backend=flood'
|
||||
- 'traefik.port=3000'
|
||||
- 'traefik.port=443'
|
||||
- 'traefik.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
- 'traefik.enable=true'
|
||||
|
@ -281,18 +280,14 @@ volumes:
|
|||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/tautulli
|
||||
configrtorrent:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/rtorrent
|
||||
configflood:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/flood
|
||||
flooddb:
|
||||
flooddl:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
mountpoint: /data/config/flood/flood-db
|
||||
mountpoint: /data/torrents/flood
|
||||
torrents:
|
||||
driver: local-persist
|
||||
driver_opts:
|
||||
|
|
Loading…
Reference in New Issue