mtproto_exporter/docker-compose.yaml
2025-04-05 17:18:01 +03:00

10 lines
No EOL
152 B
YAML

version: "3.9"
services:
bot:
build:
context: .
restart: always
env_file:
- .env
volumes:
- ./bot-data:/app/bot-data