Add SQLite session store and configure session middleware
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user