update infra and schema

This commit is contained in:
qananasikq
2026-05-11 12:45:37 +03:00
parent 5049a29ef7
commit 124dfc514f
13 changed files with 124 additions and 81 deletions

View File

@@ -27,7 +27,7 @@ STOPSIGNAL SIGINT
USER app
# По умолчанию запускаем API.
# По умолчанию запускаем API.
ENTRYPOINT ["./entrypoint.sh"]
CMD ["uvicorn", "mobilede_scraper.api.app:app", "--host", "0.0.0.0", "--port", "8000"]