fix: set correct endpoint
This commit is contained in:
parent
b70336d8af
commit
c40fb3a1f2
@ -71,7 +71,7 @@ USER node
|
||||
|
||||
# Health check
|
||||
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
|
||||
CMD ["npm", "run", "start"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
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
|
||||
init: true
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user