https://github.com/boypt/simple-torrent
docker-compose.yaml
version: '3'
services:
service.simpletorrent:
image: boypt/cloud-torrent
restart: unless-stopped
ports:
- "3000:3000"
- "50012:50012"
- "50012:50012/udp"
environment:
AUTH: "skiy:123456"
TITLE: "MySimpleTorrent"
volumes:
- ./downloads:/srv/downloads
- ./torrents:/torrents
- ./cloud-torrent.yaml:/etc/cloud-torrent.yaml
command: ["-c", "/etc/cloud-torrent.yaml"]