Add SQLite session store and configure session middleware

This commit is contained in:
2025-01-29 22:13:07 +01:00
parent a9dfb8d54d
commit e74871bf94
4 changed files with 1468 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ services:
- DEBUG=app
- AUTH_USERNAME=fredrik
- AUTH_PASSWORD=apa
- SESSION_SECRET=superheimlich # Add your session secret key
- NODE_ENV=production # Ensure the environment is set to production
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3044"]
interval: 5m