torapi
Version:
Unofficial API (backend) for RuTracker, Kinozal, RuTor and NoNameClub for receiving torrent files and detailed information about distribution by movie title, TV series or id, and also provides RSS news feed for all providers.
18 lines • 400 B
YAML
version: "3.8"
services:
torapi:
image: lifailon/torapi:latest
container_name: TorAPI
environment:
- PORT=${PORT}
- PROXY_ADDRESS=${PROXY_ADDRESS}
- PROXY_PORT=${PROXY_PORT}
- USERNAME=${USERNAME}
- PASSWORD=${PASSWORD}
ports:
- "${PORT}:${PORT}"
volumes:
- torapi:/rotapi
restart: unless-stopped
volumes:
torapi: