kibby/docker-compose.yml

11 lines
174 B
YAML
Raw Permalink Normal View History

2023-03-17 16:12:12 +00:00
services:
bot:
build: .
restart: unless-stopped
env_file:
- .env
2023-03-17 16:54:04 +00:00
environment:
- DB_FILE=/db.json
volumes:
2023-03-17 16:57:56 +00:00
- ./db.json:/app/db.json:rw