Saving port clarification.
This commit is contained in:
@@ -30,6 +30,7 @@ RUN pip freeze > /tmp/aether_fastapi_requirements_current.txt
|
||||
|
||||
# Docker health check — verifies DB + Redis connectivity via the /health route.
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
||||
CMD curl -f http://localhost/health || exit 1
|
||||
# CMD curl -f http://localhost/health || exit 1
|
||||
CMD curl -f http://localhost:5005/health || exit 1
|
||||
|
||||
CMD ["gunicorn", "--conf", "/conf/gunicorn_fastapi_conf.py"]
|
||||
|
||||
Reference in New Issue
Block a user