Files
saddbot/docker-compose.yml.default
2025-11-11 20:44:56 -05:00

8 lines
207 B
Plaintext

services:
bot:
restart: unless-stopped
build: .
volumes:
- ./config.json:/usr/src/bot/config.json
- ./state.json:/usr/src/bot/state.json
- ./cache.json:/usr/src/bot/cache.json