works on system, lets try on docker

This commit is contained in:
2025-12-13 06:26:39 -05:00
parent 6f416d3912
commit 5c2ed523b9
7 changed files with 1377 additions and 8 deletions

View File

@@ -5,4 +5,6 @@ services:
volumes:
- ./config.json:/usr/src/bot/config.json
- ./state.json:/usr/src/bot/state.json
- ./cache.json:/usr/src/bot/cache.json
- ./cache.json:/usr/src/bot/cache.json
ports:
- 3000:3000