Fix healthcheck

This commit is contained in:
Andras Schmelczer 2025-04-06 16:46:23 +01:00
parent 59c143199c
commit f6015a9c43
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -28,6 +28,6 @@ WORKDIR /data
HEALTHCHECK \
--interval=30s \
--timeout=5s \
CMD curl -f http://localhost:3000/ping || exit 1
CMD curl -f http://localhost:3000/vaults/fake/ping || exit 1
ENTRYPOINT ["/app/sync_server"]