Multi-stage backend Dockerfile (development/production), DB_* env vars, dev target pinning

This commit is contained in:
B0rbor4d
2026-07-31 23:47:29 +00:00
parent cf7c29639c
commit b91dd66fee
3 changed files with 14 additions and 3 deletions
+3
View File
@@ -21,6 +21,9 @@ DATABASE_URL=sqlite+aiosqlite:///./data/app.db
# Production: PostgreSQL (uncomment and configure)
# DATABASE_URL=postgresql+asyncpg://updater:secure-password@db:5432/insight_updater
DB_NAME=insight_updater
DB_USER=updater
DB_PASSWORD=change-me-db-password
# =============================================================================
# REDIS (for Socket.io pub/sub, caching, rate limiting)