1
0
Fork 0
forked from zovos/bot_tg
bot_tg/docker-compose.yaml
2026-02-22 20:56:15 +03:00

10 lines
131 B
YAML

version: "3.9"
services:
bot:
build: .
volumes:
- ./db:/db
env_file:
- .env
restart: unless-stopped