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
> `BASEURL` for health checks. If `BASEURL` points at an HTTPS URL Caddy can't
222
-
> serve yet, the health check fails even if the containers are running.
220
+
> **Warning.** Don't change `BASEURL` until step 4 succeeds. The browser uses
221
+
> `BASEURL` for API requests. If `BASEURL` points at an HTTPS URL Caddy can't
222
+
> serve yet, the app can load but cannot reach the backend.
223
223
224
224
Edit the env file:
225
225
@@ -268,7 +268,7 @@ cd ~/compass
268
268
./compass logs backend
269
269
```
270
270
271
-
> **Tip.**If you ever need the helper to check the local backend directly while `BASEURL` stays public, add `COMPASS_HEALTH_URL=http://127.0.0.1:3000/api/health` to `~/compass/.env`. Most one-domain installs don't need this once Caddy is working.
271
+
> **Tip.**The `./compass`helper checks backend health through localhost using `PORT`. Set `COMPASS_HEALTH_URL` only if you move the backend health endpoint to a different local address.
0 commit comments