#117 Init healthcheck for Keycloak

This commit is contained in:
Joey Hafner 2024-01-04 15:25:44 -08:00
parent 2cd3a74cf9
commit 585b12ca8e

View File

@ -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