11 lines
174 B
YAML
11 lines
174 B
YAML
services:
|
|
bot:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- DB_FILE=/db.json
|
|
volumes:
|
|
- ./db.json:/app/db.json:rw
|