This commit is contained in:
2025-03-03 19:37:58 +03:00
parent 2212fa2716
commit 4c1049dead

View File

@@ -19,4 +19,4 @@ EXPOSE 5050
HEALTHCHECK --interval=30s --timeout=10s --retries=3 \ HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
CMD python3 test.py CMD python3 test.py
CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:5050", "rss_proxy:app"] CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:5050", "rss_proxy:proxy_app"]