Remove broken healthcheck

This commit is contained in:
Joey Hafner 2024-03-08 20:41:37 -08:00
parent 296adca235
commit 3498a1cced

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