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
Using the health check URL you can test to make sure the application is up and working. The URL `/api/healthcheck` will response with a 200 HTTP response code and a JSON message.
4
+
5
+
### Health Check Endpoint
6
+
7
+
```bash
8
+
curl {APP_URL}/api/healthcheck
9
+
```
10
+
11
+
You can also add this to your Docker Compose file so the Docker service can monitor that the container has started successfully.
0 commit comments