Commit c72f5d97 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] ports

parent c108e476
Pipeline #5785 failed
......@@ -38,4 +38,4 @@ WORKDIR /code
COPY src/main.py .
ENV SPACY_MODEL=${MODEL}
CMD uvicorn main:app --host 0.0.0.0 --port 8000
CMD uvicorn main:app --host 0.0.0.0 --port 8001
......@@ -5,7 +5,7 @@ services:
args:
MODEL: en_core_web_trf
ports:
- 8000:8000
- 8003:8001
spacy-server-fr:
build:
......@@ -13,7 +13,7 @@ services:
args:
MODEL: fr_dep_news_trf
ports:
- 8001:8000
- 8002:8001
# spacy-server-de:
# build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment