Increase interval

This commit is contained in:
Ryan W
2023-09-30 19:36:08 -07:00
parent acbb42426f
commit 13e511a6d2
+1 -1
View File
@@ -78,7 +78,7 @@ USER rails:rails
# Entrypoint prepares the database.
ENTRYPOINT ["/rails/bin/docker-entrypoint-production"]
HEALTHCHECK --interval=5s --timeout=3s --start-period=0s --start-interval=5s --retries=3 \
HEALTHCHECK --interval=15s --timeout=3s --start-period=0s --start-interval=5s --retries=3 \
CMD curl -f http://localhost:3000/up || exit 1
# Start the server by default, this can be overwritten at runtime