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.
2 parents 0bdcbf5 + 8f3d824 commit cc7ea51Copy full SHA for cc7ea51
1 file changed
Dockerfile
@@ -66,7 +66,7 @@ COPY --from=buildpacksio/pack:0.39.1 /usr/local/bin/pack /usr/local/bin/pack
66
67
EXPOSE 3000
68
69
-HEALTHCHECK --interval=10s --timeout=3s --retries=10 \
+HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=5 \
70
CMD curl -fs http://localhost:3000/api/trpc/settings.health || exit 1
71
72
CMD ["sh", "-c", "pnpm run wait-for-postgres && exec pnpm start"]
0 commit comments