Fix jwt-token

This commit is contained in:
2025-09-17 05:28:43 +02:00
parent 25a901ff6c
commit 7404ac747e
3 changed files with 114 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ services:
STORE_RAW_PAYLOAD: ${STORE_RAW_PAYLOAD:-false}
RATE_LIMIT_WINDOW_MS: ${RATE_LIMIT_WINDOW_MS:-900000}
RATE_LIMIT_MAX_REQUESTS: ${RATE_LIMIT_MAX_REQUESTS:-1000}
SECURITY_LOG_DIR: /app/logs
ports:
- "3002:3001"
volumes: