[+] partially fix summarizer service env
This commit is contained in:
parent
a77df06bdd
commit
4491b1b05a
@ -39,8 +39,8 @@ services:
|
||||
<<: *web
|
||||
image: online.fxreader.pr34.test_task_2025_07_17_v2.summarizer:dev
|
||||
env_file: .env/summarizer.patched.env
|
||||
ports:
|
||||
- 127.0.0.1:9003:80
|
||||
# ports:
|
||||
# - 127.0.0.1:9003:80
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -1,3 +1,5 @@
|
||||
APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.transform.app:get_app_router:"]
|
||||
UVICORN_HOST=0.0.0.0
|
||||
UVICORN_PORT=80
|
||||
SUMMARIZER_DOMAIN=summarizer
|
||||
SUMMARIZER_PROTOCOL=http
|
||||
|
Loading…
Reference in New Issue
Block a user