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.
2023-10-31 00:49:36 +00:00
|
|
|
services:
|
|
|
|
qbitdl_bot:
|
|
|
|
image: <YOUR_IMAGE_HERE>
|
2023-11-02 22:56:13 +00:00
|
|
|
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>"
|
2023-11-02 22:38:12 +00:00
|
|
|
LANG: "<YOUR_LANG>"
|
2023-11-07 21:52:13 +00:00
|
|
|
TZ: "Europe/Moscow"
|