9 lines
190 B
YAML
9 lines
190 B
YAML
services:
|
|
huysuz-bot:
|
|
build: .
|
|
container_name: huysuz_muhendis_bot
|
|
restart: always
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./bot_hafiza.db:/app/bot_hafiza.db |