HellMBot/docker/docker-compose.yml

13 lines
299 B
YAML
Raw Permalink Normal View History

2024-06-03 18:39:24 +00:00
services:
hellm_bot:
2024-06-03 18:39:24 +00:00
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"
volumes:
hellm_db: