mtproto_exporter/docker-compose.yaml
2025-04-11 13:39:41 +03:00

17 lines
351 B
YAML

services:
bot:
build:
context: .
restart: always
env_file:
- .env
volumes:
- ./bot-data:/app/bot-data
- ./keywords.yml:/app/keywords.yml
command:
- "--keywords-file"
- "/app/keywords.yml"
- "--watch-file"
- "--reactions-collector-load-history"
ports:
- 0.0.0.0:9669:9669