mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
make it so the docker-compose version of the redis name is default
This commit is contained in:
parent
d841a4e3b6
commit
30fd7c7f4e
@ -30,7 +30,7 @@ COPY --chown=node:node . .
|
||||
|
||||
RUN yarn build
|
||||
|
||||
STOPSIGNAL SIGNINT
|
||||
STOPSIGNAL SIGINT
|
||||
EXPOSE 3001
|
||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
|
||||
CMD [ "curl", "-f", "${REACT_APP_API_PROTOCOL}://localhost:${REACT_APP_API_PORT}", "||", "exit", "1" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user