Remove broken healthcheck
This commit is contained in:
parent
faa7dc21d6
commit
b6a707faa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user