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
This requires the Docker image to be `journeyapps/powersync-service:0.5.8` or later.
7
+
</Info>
8
+
9
+
The following endpoints can be used to check your system:
10
+
11
+
### Startup:
12
+
13
+
You can use the `/probes/startup` endpoint to confirm the service has started up correctly.
14
+
15
+
A `200` status code shows the system has started up.
16
+
17
+
A `400` status code shows the system has **not** yet started.
18
+
19
+
### Liveness:
20
+
21
+
You can use the `/probes/liveness` endpoint to confirm the service is alive.
22
+
23
+
A `200` status code shows the system is alive.
24
+
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