Skip to content

Commit e676a94

Browse files
committed
Remove duplicated health check from Dockerfile
1 parent 55a1b6e commit e676a94

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

roles/engine/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,4 @@
251251
- source: "engineblock_sessions"
252252
target: "/tmp/"
253253
type: "volume"
254-
healthcheck:
255-
test: ["CMD-SHELL", "curl --fail -s http://localhost/internal/health | grep -q '\"status\":\"UP\"'"]
256-
start_period: "60s"
257-
interval: "10s"
258-
timeout: "1s"
259-
retries: "20"
260254
register: "engine_container"

0 commit comments

Comments
 (0)