forked from DevOps/deploy.stack
fix(honcho): correct health check port from 8000 to 18000
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ services:
|
|||||||
- CMD
|
- CMD
|
||||||
- /app/.venv/bin/python
|
- /app/.venv/bin/python
|
||||||
- -c
|
- -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
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user