config: switch to SQLite database and change application port to 8080 #14

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 15:41:47 +00:00

1 Commits

Author SHA1 Message Date
22ecb9a611 config: switch to SQLite database and change application port to 8080
- Replace PostgreSQL with SQLite as default database backend
- Comment out PostgreSQL configuration for potential future use
- Update Docker exposed port from 8000 to 8080
- Update Gunicorn bind address to match new port

This simplifies the deployment setup by removing the PostgreSQL
dependency and aligns the application port with common alternatives
to port 8000.
2025-11-23 15:40:46 +00:00