Remove broken healthcheck
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 29s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-03-08 20:41:37 -08:00
parent faa7dc21d6
commit b6a707faa6

View File

@ -12,11 +12,6 @@ services:
aliases:
- keycloak
restart: "no"
healthcheck:
test: ["CMD-SHELL", "exec 3<>/dev/tcp/127.0.0.1/8080;echo -e \"GET /health/ready HTTP/1.1\r\nhost: http://localhost\r\nConnection: close\r\n\r\n\" >&3;grep \"HTTP/1.1 200 OK\" <&3"]
interval: 20s
timeout: 5s
retries: 5
depends_on:
- postgres
command: start