Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2025-12-30 18:27:55 +08:00
parent ff13fcce37
commit 4567c480ea
4 changed files with 15 additions and 13 deletions
+2 -1
View File
@@ -15,7 +15,7 @@ services:
- "127.0.0.1:5000:5000"
volumes:
# Persistent database and logs
- ./backend_api_python/quantdinger.db:/app/quantdinger.db
# - ./backend_api_python/quantdinger.db:/app/quantdinger.db
- ./backend_api_python/logs:/app/logs
- ./backend_api_python/data:/app/data
# Configuration file (optional, for development)
@@ -24,6 +24,7 @@ services:
- PYTHON_API_HOST=0.0.0.0
- PYTHON_API_PORT=5000
- TZ=Asia/Shanghai
- SQLITE_DATABASE_FILE=/app/data/quantdinger.db
networks:
- quantdinger-network
healthcheck: