services: qbitdl_bot: image: tty: true container_name: qbitdl_bot volumes: - /path/to/config:/etc/bot - /path/to/data/:/path/to/data restart: 'unless-stopped' environment: TOKEN: "" PASS: "change_me" QURL: "http://:" QUSER: "" QPASS: "" LANG: "" TZ: "Europe/Moscow"