Files
bot/docker-compose.yml
2026-05-18 14:15:59 +07:00

13 lines
267 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
container_name: juaskill-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./used_data.txt:/app/used_data.txt
- ./bot_activity.log:/app/bot_activity.log