[+] update payload service

This commit is contained in:
Siarhei Siniak 2025-07-25 13:11:44 +03:00
parent 38c9c838ed
commit a77df06bdd
4 changed files with 7 additions and 2 deletions

@ -45,7 +45,7 @@ RUN \
--break-system-packages \ --break-system-packages \
--no-index \ --no-index \
-f releases/whl \ -f releases/whl \
'online.fxreader.pr34.test_task_2025_07_17_v2==0.1.12' 'online.fxreader.pr34.test_task_2025_07_17_v2==0.1.13'
ENTRYPOINT ["tini", "--"] ENTRYPOINT ["tini", "--"]
CMD [ \ CMD [ \

@ -1,3 +1,5 @@
APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.payloads.app:get_app_router:"] APPS=["online.fxreader.pr34.test_task_2025_07_17_v2.payloads.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

@ -9,7 +9,7 @@ classifiers = [
] ]
name = 'online.fxreader.pr34.test_task_2025_07_17_v2' name = 'online.fxreader.pr34.test_task_2025_07_17_v2'
version = '0.1.12' version = '0.1.13'
dependencies = [ dependencies = [
'alembic', 'alembic',