Show app version in system settings sidebar (#4044)

* Add version tagging
resolves #4038
closes #4034
closes #4028

* add hook

* add build

* patch
This commit is contained in:
Timothy Carambat
2025-06-24 13:56:12 -07:00
committed by GitHub
parent 1e1694fcd0
commit 64d9fbc8f0
9 changed files with 89 additions and 4 deletions

View File

@@ -169,6 +169,7 @@ USER anythingllm
# Setup the environment
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
ENV DEPLOYMENT_VERSION=1.8.2
# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \