4
1
Fork 1
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
qBitDownload-Bot/docker-compose.yml

18 lines
468 B
YAML
Raw Permalink Normal View History

2023-10-31 00:49:36 +00:00
services:
qbitdl_bot:
image: <YOUR_IMAGE_HERE>
tty: true
2023-10-31 00:49:36 +00:00
container_name: qbitdl_bot
volumes:
- /path/to/config:/etc/bot
- /path/to/data/:/path/to/data
restart: 'unless-stopped'
environment:
TOKEN: "<YOUR_BOT_TOKEN_HERE>"
PASS: "change_me"
2023-11-03 15:09:01 +00:00
QURL: "http://<YOUR_QBIT_SERVER_IP_HERE>:<PORT>"
2023-10-31 00:49:36 +00:00
QUSER: "<YOUR_QBIT_USERNAME>"
QPASS: "<YOUR_QBIT_PASSWORD>"
LANG: "<YOUR_LANG>"
TZ: "Europe/Moscow"