feat: Versionsanzeige (VERSION-Datei, Footer, /api/version, Image-Tag)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 14:57:49 +02:00
parent 87f8bbc400
commit 82f278ca00
9 changed files with 36 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ GRAFANA_CTR_NAME='finance-grafana_ctr'
# needed).
POSTGRES_IMAGE='docker.io/library/postgres:17.10'
GRAFANA_IMAGE='docker.io/grafana/grafana-oss:12.1.0'
API_IMAGE='localhost/finance-api:0.1.0'
API_IMAGE="localhost/finance-api:$(cat "$HOME/bin/finance/VERSION")"
HOST_LOCAL_IP='127.0.0.1'
# Expose API on 8096 -> 8000