soulsync/database
Broque Thomas 61a698aefa Move database files to /app/data and use env var for path
Updated Dockerfile, entrypoint.sh, and Python code to store database files in /app/data instead of /app/database, avoiding conflicts with the Python package. The database path is now configurable via the DATABASE_PATH environment variable, improving flexibility for container deployments.
2026-01-01 09:53:39 -08:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Move database files to /app/data and use env var for path 2026-01-01 09:53:39 -08:00
music_library.db basic db structure 2025-08-05 22:43:04 -07:00