Skip to content
Snippets Groups Projects
Unverified Commit 010091f1 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Enable Docker healthcheck for both backend and frontend

parent 15ad8096
No related branches found
No related tags found
No related merge requests found
Pipeline #36169 passed
...@@ -70,3 +70,5 @@ EXPOSE 5152 ...@@ -70,3 +70,5 @@ EXPOSE 5152
EXPOSE 5252 EXPOSE 5252
# srcserver # srcserver
EXPOSE 5352 EXPOSE 5352
HEALTHCHECK --start-period=60s CMD curl -f http://127.0.0.1:5252/
...@@ -63,3 +63,5 @@ RUN gem install omniauth-azure-oauth2 omniauth-azure-oauth2-v2 omniauth-phabrica ...@@ -63,3 +63,5 @@ RUN gem install omniauth-azure-oauth2 omniauth-azure-oauth2-v2 omniauth-phabrica
COPY docker/* /opt/ COPY docker/* /opt/
ENTRYPOINT /opt/frontend-docker-entrypoint.sh ENTRYPOINT /opt/frontend-docker-entrypoint.sh
EXPOSE 3000 EXPOSE 3000
HEALTHCHECK --start-period=60s CMD curl -f http://127.0.0.1:3000/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment