Use container hostname for Cal healthcheck
Create PR containing updated CHANGELOG.md and release packages to NPM once PR is merged / Release (push) Has been cancelled
Run i18n AI automation / Run i18n (push) Has been cancelled
Next.js Bundle Analysis / analyze (push) Has been cancelled

This commit is contained in:
2026-06-08 00:53:26 -06:00
parent 7a635181b3
commit 5abc835bb2
+1 -1
View File
@@ -82,7 +82,7 @@ services:
networks:
- cal-diy
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000"]
test: ["CMD-SHELL", "wget --spider -q http://$$(hostname):3000"]
interval: 30s
timeout: 10s
retries: 10