[+] partially fix summarizer service env

This commit is contained in:
Siarhei Siniak 2025-07-25 13:15:36 +03:00
parent a77df06bdd
commit 4491b1b05a
2 changed files with 4 additions and 2 deletions

@ -39,8 +39,8 @@ services:
<<: *web <<: *web
image: online.fxreader.pr34.test_task_2025_07_17_v2.summarizer:dev image: online.fxreader.pr34.test_task_2025_07_17_v2.summarizer:dev
env_file: .env/summarizer.patched.env env_file: .env/summarizer.patched.env
ports: # ports:
- 127.0.0.1:9003:80 # - 127.0.0.1:9003:80
deploy: deploy:
resources: resources:
limits: limits:

@ -1,3 +1,5 @@
APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.transform.app:get_app_router:"] APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.transform.app:get_app_router:"]
UVICORN_HOST=0.0.0.0 UVICORN_HOST=0.0.0.0
UVICORN_PORT=80 UVICORN_PORT=80
SUMMARIZER_DOMAIN=summarizer
SUMMARIZER_PROTOCOL=http