feat(health): report build version
This commit is contained in:
@@ -65,6 +65,8 @@ docker run --rm -p 3000:3000 \
|
||||
|
||||
Provide all deployment settings described by [`.env.example`](../.env.example). Only set `TRUST_PROXY=true` behind a proxy that overwrites forwarding headers.
|
||||
|
||||
The release workflow passes the semantic version through Docker's `VERSION` build argument, and the final image embeds it as `APP_VERSION`. `GET /healthz` reports this immutable image version with readiness, for example `{"status":"ok","version":"1.19.0"}`. Manual builds that omit the build argument report `development`.
|
||||
|
||||
## Velocity JAR
|
||||
|
||||
Download the JAR from the matching public Gitea release, copy it to Velocity's `plugins/` directory, and retain the existing `plugins/minecraft-account-manager/config.properties` during upgrades.
|
||||
|
||||
Reference in New Issue
Block a user