Another flood with rtorrent SCGI open port specified

This commit is contained in:
Jean Froment 2018-09-30 17:56:48 +02:00
parent 55419c1c00
commit 29c2a1b1a3
2 changed files with 14 additions and 4 deletions

View File

@ -3,6 +3,8 @@ 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

View File

@ -199,17 +199,21 @@ services:
- 'traefik.enable=true'
flood:
image: linuxserver/flood
image: wonderfall/rtorrent-flood
restart: always
tty: true
networks:
- web
volumes:
- configflood:/config
- configflood:/data
- flooddb:/flood-db
- torrents:/torrents
environment:
- PGID=0
- PUID=0
- GID=0
- UID=0
- FLOOD_SECRET=${FLOODSECRET}
- TZ=Europe/Paris
- RTORRENT_SCGI=11679
labels:
- 'traefik.backend=flood'
- 'traefik.port=3000'
@ -285,6 +289,10 @@ volumes:
driver: local-persist
driver_opts:
mountpoint: /data/config/flood
flooddb:
driver: local-persist
driver_opts:
mountpoint: /data/config/flood/flood-db
torrents:
driver: local-persist
driver_opts: