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

[FIX] ports

parent c108e476
Pipeline #5785 failed
...@@ -38,4 +38,4 @@ WORKDIR /code ...@@ -38,4 +38,4 @@ WORKDIR /code
COPY src/main.py . COPY src/main.py .
ENV SPACY_MODEL=${MODEL} 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: ...@@ -5,7 +5,7 @@ services:
args: args:
MODEL: en_core_web_trf MODEL: en_core_web_trf
ports: ports:
- 8000:8000 - 8003:8001
spacy-server-fr: spacy-server-fr:
build: build:
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
args: args:
MODEL: fr_dep_news_trf MODEL: fr_dep_news_trf
ports: ports:
- 8001:8000 - 8002:8001
# spacy-server-de: # spacy-server-de:
# build: # 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