2024-06-03 18:39:24 +00:00
|
|
|
services:
|
2024-06-03 19:29:27 +00:00
|
|
|
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"
|
2024-06-03 19:29:27 +00:00
|
|
|
CLIENT_ID: "insertyourclientidhere"
|
2024-06-04 15:39:53 +00:00
|
|
|
volumes:
|
|
|
|
hellm_db:
|