You've already forked agentic-coding-workflow
ops(deploy): app healthcheck via wget /healthz
This commit is contained in:
@@ -33,6 +33,12 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/healthz"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 6
|
||||||
|
start_period: 30s
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
acw-pg-data:
|
acw-pg-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user