This commit is contained in:
David Schroeder
2026-07-25 16:18:38 -05:00
parent ad90aad959
commit 7a02c50aa9
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ services:
tmpfs:
- /tmp:size=16m,mode=1777
healthcheck:
test: ["CMD-SHELL", "wget -q -O - \"http://${TAPM_LISTEN_ADDR}/health/ready\""]
test: ["CMD-SHELL", "wget -q -O - http://127.0.0.1:8080/health/ready"]
interval: 30s
timeout: 5s
retries: 3