postgres redis docker compose setup

This commit is contained in:
qananasikq
2026-04-08 22:54:51 +03:00
parent f4b9d20191
commit e5700f9623
7 changed files with 161 additions and 31 deletions

View File

@@ -17,5 +17,6 @@ RUN chmod +x entrypoint.sh
STOPSIGNAL SIGINT
# По умолчанию — API, но worker/beat переопределяют CMD в docker-compose
ENTRYPOINT ["./entrypoint.sh"]
CMD ["python", "main.py", "run-daemon"]
CMD ["uvicorn", "iaai_scraper.api.app:app", "--host", "0.0.0.0", "--port", "8000"]