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

Remove docker Healthcheck

parent 4bd5498b
Branches
Tags
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