fix: set correct endpoint
This commit is contained in:
parent
b70336d8af
commit
c40fb3a1f2
@ -71,7 +71,7 @@ USER node
|
|||||||
|
|
||||||
# Health check
|
# Health check
|
||||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
||||||
CMD curl -f http://localhost:3000/health || exit 1
|
CMD curl -f http://localhost:3000/healthz || exit 1
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
hemmelig:
|
hemmelig:
|
||||||
image: hemmeligapp/hemmelig:v5.19.17 # https://github.com/HemmeligOrg/Hemmelig.app/tags
|
image: hemmelig # https://github.com/HemmeligOrg/Hemmelig.app/tags
|
||||||
hostname: hemmelig
|
hostname: hemmelig
|
||||||
init: true
|
init: true
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user