mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
fix: revert embedding_service port to 8000 for CI
This commit is contained in:
parent
f4e219716f
commit
415aa77343
@ -4,7 +4,7 @@ services:
|
|||||||
context: ../..
|
context: ../..
|
||||||
dockerfile: examples/embedding_service/Dockerfile
|
dockerfile: examples/embedding_service/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8002:8000"
|
- "8000:8000"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8000/health', timeout=5)"]
|
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8000/health', timeout=5)"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user