10 lines
236 B
Plaintext
10 lines
236 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
|
|
ports:
|
|
- 3000:3000 |