feat: add support for user registration toggle and Traefik integration in Docker setup

This commit is contained in:
2026-03-11 22:56:23 +01:00
parent dc29976c1f
commit 4e1de172f7
7 changed files with 85 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ services:
- JWT_EXPIRY_HOURS=24
- SECURE_COOKIE=false # set to true when serving over HTTPS
- PRODUCTION=false
- ALLOW_REGISTRATION=true # set to false to disable new user registration
# Database pool
- DB_MAX_CONNECTIONS=5
- DB_MIN_CONNECTIONS=1