fix: set correct endpoint

This commit is contained in:
bjarneo 2025-05-13 20:45:20 +02:00
parent b70336d8af
commit c40fb3a1f2
No known key found for this signature in database
GPG Key ID: AA3697C46F530672
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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: