docs: narrow local deployment guidance

This commit is contained in:
JW 2026-03-27 13:43:42 +08:00
parent f5348133cd
commit 49f28bd30e
5 changed files with 6 additions and 82 deletions

View file

@ -35,6 +35,7 @@ curl -fsS http://127.0.0.1:3000/healthcheck
```
5. Open `http://localhost:3000`
6. Create the first account before exposing the service to anyone else
## Useful operations
@ -66,4 +67,4 @@ docker compose --env-file .env.local -f compose.local.yaml restart
- The persistent database and job files are stored in `./data`
- `HTTP_ALLOWED=true` is appropriate for localhost usage
- The image reference is pinned through `CONVERTX_IMAGE_REF`, using an immutable digest instead of the floating `latest` tag
- `CONVERTX_IMAGE` defaults to the published release image and can be overridden if you need a different tag