From 2c608db95e86e74f4607c4becdde0386f7b1d072 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 30 Sep 2018 18:28:05 +0200 Subject: [PATCH] Test rutorrent-flood from romancin --- .env.sample | 2 -- docker-compose.yml | 21 ++++++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/.env.sample b/.env.sample index 4918354..6425c41 100644 --- a/.env.sample +++ b/.env.sample @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 9984ccb..a2d51dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: