#117 Reduce test interval

This commit is contained in:
Joey Hafner 2024-01-04 15:31:41 -08:00
parent 6c98bade99
commit 61722fd3e7

View File

@ -38,7 +38,7 @@ services:
command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://0.0.0.0:8080"] test: ["CMD", "curl", "-f", "http://0.0.0.0:8080"]
interval: 2m interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 10s start_period: 10s