add db path

This commit is contained in:
2025-09-17 10:39:58 +03:00
parent b87569bed6
commit 384c6f1c8c
3 changed files with 21 additions and 11 deletions

View File

@@ -47,8 +47,10 @@ services:
API_BASE_URL: https://${SOLARDB_API_HOST}
# If your entry file differs, uncomment and set it:
# FLET_ENTRY: client/main.py
USERS_DB_PATH: /app/instance/dev.db
volumes:
- solardb_uploads:/app/uploads
- solardb_ui_data:/app/instance
expose:
- "5555"
depends_on: