Skip to content
Snippets Groups Projects
Commit 98ea9b8a authored by Roang's avatar Roang
Browse files

Merge branch 'chore/remove_healthcheck' into 'develop'

Remove docker Healthcheck

See merge request hub/hub!985
parents 9e616cfb b7a1575e
Branches
Tags prod-2024-10-14_22-49
No related merge requests found
...@@ -108,8 +108,6 @@ RUN install -d -m 0755 -o appuser -g appuser /app/hub /data /app/media /run/hub ...@@ -108,8 +108,6 @@ RUN install -d -m 0755 -o appuser -g appuser /app/hub /data /app/media /run/hub
install -d -m 0700 -o appuser -g appuser ${APP_HOME}/.ssh && \ install -d -m 0700 -o appuser -g appuser ${APP_HOME}/.ssh && \
ln -s /data/local_settings.py /app/hub/local_settings.py ln -s /data/local_settings.py /app/hub/local_settings.py
HEALTHCHECK --interval=5s --timeout=3s --start-period=30s --retries=3 \
CMD ["/bin/bash", "/usr/local/bin/hub_healthcheck"]
ENTRYPOINT ["/usr/local/bin/app"] ENTRYPOINT ["/usr/local/bin/app"]
CMD ["webworker"] CMD ["webworker"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment