config: keycloak overload prevention
This commit is contained in:
parent
50308b21d5
commit
64d530236f
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ services:
|
|||
KC_HTTP_RELATIVE_PATH: '/idp'
|
||||
KC_HTTPS_CERTIFICATE_FILE: '/keycloak/cert.pem'
|
||||
KC_HTTPS_CERTIFICATE_KEY_FILE: '/keycloak/key.pem'
|
||||
KC_HTTP_MAX_QUEUED_REQUESTS: 30 # Prevent overload situations by limiting number of requests
|
||||
|
||||
reverse-proxy:
|
||||
image: traefik:v3.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue