We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be3d95 commit bac67f9Copy full SHA for bac67f9
backend/Dockerfile
@@ -18,8 +18,8 @@ RUN set -ex \
18
19
EXPOSE 8400
20
21
-HEALTHCHECK --interval=15s --timeout=5s --retries=5 \
22
- CMD wget --spider http://localhost:8400 || exit 1
+HEALTHCHECK --interval=10s --timeout=5s --retries=5 \
+ CMD wget --spider http://0.0.0.0:8400/ping || exit 1
23
24
CMD pipenv run gunicorn \
25
-k uvicorn.workers.UvicornWorker \
frontend/Dockerfile
@@ -51,7 +51,7 @@ EXPOSE 3000
51
52
ENTRYPOINT ["/app/entrypoint.sh"]
53
54
55
CMD wget --spider http://localhost:3000 || exit 1
56
57
CMD yarn start
0 commit comments