fix: revert embedding_service port to 8000 for CI

This commit is contained in:
Benoit Chesneau 2026-02-11 23:54:36 +01:00
parent f4e219716f
commit 415aa77343

View File

@ -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