mtproto_exporter/docker-compose.yaml

17 lines
323 B
YAML

version: "3.9"
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"
ports:
- 127.0.0.1:9669:9669