#117 Init healthcheck for Keycloak
This commit is contained in:
parent
2cd3a74cf9
commit
585b12ca8e
@ -36,6 +36,12 @@ services:
|
||||
- keycloak
|
||||
restart: "no"
|
||||
command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://keycloak"]
|
||||
interval: 2m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
env_file:
|
||||
- keycloak.env
|
||||
- keycloak_secrets.env
|
||||
|
Loading…
Reference in New Issue
Block a user