That's the composefile I use to quickly deploy and manage my own seedbox. Since I store my downloads within a NAS via an smb share, this composefile maps the download-volume to a network share using creds provided by .env
file. If you don't want to use any SMB shares, please edit the download volume configuration in docker-compose.yml
.
git clone https://github.com/StayPirate/rtorrent-flood.git
cd rtorrent-flood
cp .env.example .env
- Change information in
.env
with your smb share's data. docker-compose up
- Open
http://localhost
in your browser. - Create a new Flood account. Connect Flood to rTorrent using
rtorrent
as host and port16891
(as for the screenshot below). - Enjoy your torrents while keep seeding!