fix(honcho): correct health check port from 8000 to 18000

This commit is contained in:
2026-06-19 17:46:00 +08:00
parent 625d95d3f8
commit 19a74e3841
+1 -1
View File
@@ -62,7 +62,7 @@ services:
- CMD
- /app/.venv/bin/python
- -c
- "import urllib.request; urllib.request.urlopen('http://localhost:8000/health', timeout=2).read()"
- "import urllib.request; urllib.request.urlopen('http://localhost:18000/health', timeout=2).read()"
interval: 10s
timeout: 5s
retries: 10