You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/lifecycle-maintenance/healthchecks.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,7 @@ You can use the `/probes/liveness` endpoint to confirm the service is alive.
23
23
A `200` status code shows the system is alive.
24
24
25
25
A `400` status code shows the system is **not** alive.
26
+
27
+
<Tip>
28
+
**Example**: An example configuration with Docker Compose is available in the [self-host-demo app](https://github.com/powersync-ja/self-host-demo/blob/main/services/powersync.yaml).
0 commit comments