Skip to content

Commit

Permalink
build: update retries for odk-central proxy (slow machines)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 8, 2023
1 parent 6156e18 commit 83012c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odkcentral/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ COPY . /etc/nginx
RUN cat /etc/nginx/central.crt /etc/nginx/ca.crt \
>> /etc/nginx/central-fullchain.crt
# Add Healthcheck
HEALTHCHECK --start-period=5s --interval=5s --retries=8 \
HEALTHCHECK --start-period=5s --interval=5s --retries=20 \
CMD nc -z localhost 443 || exit 1

0 comments on commit 83012c6

Please sign in to comment.