mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
- Updated Docker Compose and Dockerfile to remove PostgreSQL dependencies and configure SQLite as the database provider. - Adjusted environment variables and healthcheck commands to reflect the new database setup. - Simplified server startup script by removing PostgreSQL wait logic and replacing migration commands with schema push. - Updated Prisma schema to use SQLite and removed related migration files.