fix: update docker-compose.yml to use data directory

Changed volume mount from ./data.db:/app/data.db to ./data:/app/data
Removed decision_logs mount (logs now stored in data directory)
This commit is contained in:
tinkle-community
2025-12-09 21:32:40 +08:00
parent 8be44cdf6e
commit c19ee51dee
+1 -2
View File
@@ -11,9 +11,8 @@ services:
- "${NOFX_BACKEND_PORT:-8080}:8080"
volumes:
- ./config.json:/app/config.json:ro
- ./data.db:/app/data.db
- ./data:/app/data
- ./beta_codes.txt:/app/beta_codes.txt:ro
- ./decision_logs:/app/decision_logs
- ./prompts:/app/prompts
- /etc/localtime:/etc/localtime:ro # Sync host time
environment: