mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
542 B
542 B
Sablier Healthcheck
Using the /health route
You can use the route /health to check for healthiness.
- Returns 200
OKwhen ready - Returns 503
Service Unavailablewhen terminating
Using the sablier health command
You can use the command sablier health to check for healthiness.
sablier health takes on argument --url which defaults to http://localhost:10000/health.
services:
sablier:
image: sablierapp/sablier:1.10.1
healthcheck:
test: ["sablier", "health"]
interval: 1m30s