generated from Beesquit/telegram-bot-template
14 lines
334 B
YAML
14 lines
334 B
YAML
services:
|
|
habr-bot:
|
|
image: habr-bot:latest
|
|
container_name: habr-bot
|
|
environment:
|
|
botToken: "your:telegram-token"
|
|
notifyStartStop: "False"
|
|
enableWhitelist: "True"
|
|
whitelist: "[chatid]"
|
|
habrApiUrl: "https://habr.frik.su/api/"
|
|
volumes:
|
|
- ./data:/app/data
|
|
restart: unless-stopped
|