Files
malenia/docker-compose.yml
2026-04-08 17:10:36 +07:00

15 lines
302 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app
env_file:
- .env
restart: unless-stopped
# Optional: uncomment to run with auto-reload for development
# command: python -m watchfiles main.py
stdin_open: true
tty: true