HellMBot/docker/docker-compose.yml

10 lines
278 B
YAML
Raw Permalink Normal View History

2024-06-03 18:39:24 +00:00
services:
qbitdl_bot:
image: git.orudo.ru/trueold89/hellmbot:latest
container_name: HellMBot
volumes:
- hellm_db:/etc/hellmbot
restart: 'unless-stopped'
environment:
BOT_TOKEN: "insertyourbottokenhere"
CLIENT_ID: "insertyourclientidhere"