13 lines
267 B
YAML
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
|