make it so the docker-compose version of the redis name is default

This commit is contained in:
emil-lengman 2020-08-12 18:25:01 +02:00 committed by Jérémie Pardou-Piquemal
parent d841a4e3b6
commit 30fd7c7f4e

View File

@ -30,7 +30,7 @@ COPY --chown=node:node . .
RUN yarn build RUN yarn build
STOPSIGNAL SIGNINT STOPSIGNAL SIGINT
EXPOSE 3001 EXPOSE 3001
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \ HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
CMD [ "curl", "-f", "${REACT_APP_API_PROTOCOL}://localhost:${REACT_APP_API_PORT}", "||", "exit", "1" ] CMD [ "curl", "-f", "${REACT_APP_API_PROTOCOL}://localhost:${REACT_APP_API_PORT}", "||", "exit", "1" ]