mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-11 23:07:01 +08:00
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:
@@ -11,9 +11,8 @@ services:
|
|||||||
- "${NOFX_BACKEND_PORT:-8080}:8080"
|
- "${NOFX_BACKEND_PORT:-8080}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json:ro
|
- ./config.json:/app/config.json:ro
|
||||||
- ./data.db:/app/data.db
|
- ./data:/app/data
|
||||||
- ./beta_codes.txt:/app/beta_codes.txt:ro
|
- ./beta_codes.txt:/app/beta_codes.txt:ro
|
||||||
- ./decision_logs:/app/decision_logs
|
|
||||||
- ./prompts:/app/prompts
|
- ./prompts:/app/prompts
|
||||||
- /etc/localtime:/etc/localtime:ro # Sync host time
|
- /etc/localtime:/etc/localtime:ro # Sync host time
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user