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_USER=myuser
|
||||||
HTTP_PASSWORD=mypassword_encoded
|
HTTP_PASSWORD=mypassword_encoded
|
||||||
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
|
PORTAINER_ADMIN_PASSWORD=h4ckMePleAse
|
||||||
FLOODSECRET=h4ckMePleAse
|
|
||||||
|
|
||||||
|
|
||||||
# Filerun
|
# Filerun
|
||||||
MYSQL_ROOT_PASSWORD=your_mysql_root_password
|
MYSQL_ROOT_PASSWORD=your_mysql_root_password
|
||||||
|
|
|
@ -199,24 +199,23 @@ services:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
flood:
|
flood:
|
||||||
image: wonderfall/rtorrent-flood
|
image: romancin/rutorrent-flood
|
||||||
restart: always
|
restart: always
|
||||||
tty: true
|
tty: true
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- configflood:/data
|
- configflood:/config
|
||||||
- flooddb:/flood-db
|
- flooddl:/downloads
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
environment:
|
environment:
|
||||||
- GID=0
|
- PGID=0
|
||||||
- UID=0
|
- PUID=0
|
||||||
- FLOOD_SECRET=${FLOODSECRET}
|
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
- RTORRENT_SCGI=49184
|
- RTORRENT_SCGI=49184
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.backend=flood'
|
- 'traefik.backend=flood'
|
||||||
- 'traefik.port=3000'
|
- 'traefik.port=443'
|
||||||
- 'traefik.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
- 'traefik.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}'
|
||||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
@ -281,18 +280,14 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/tautulli
|
mountpoint: /data/config/tautulli
|
||||||
configrtorrent:
|
|
||||||
driver: local-persist
|
|
||||||
driver_opts:
|
|
||||||
mountpoint: /data/config/rtorrent
|
|
||||||
configflood:
|
configflood:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/flood
|
mountpoint: /data/config/flood
|
||||||
flooddb:
|
flooddl:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/flood/flood-db
|
mountpoint: /data/torrents/flood
|
||||||
torrents:
|
torrents:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue