Added version to landing page
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
- API_PORT=${API_PORT:-8180}
|
||||
- TEMPLATES_DIR=${TEMPLATES_DIR:-./templatesx}
|
||||
- EXPORT_TEMP_DIR=${EXPORT_TEMP_DIR:-./export_tempx}
|
||||
- GIT_COMMIT=${GIT_COMMIT:-unknown}
|
||||
depends_on:
|
||||
mariadb-dev:
|
||||
condition: service_healthy
|
||||
|
||||
@@ -11,6 +11,10 @@ fi
|
||||
# Gehe ins Docker-Verzeichnis
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# Get current git commit
|
||||
export GIT_COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo "unknown")
|
||||
echo "📝 Git Commit: $GIT_COMMIT"
|
||||
|
||||
echo "📦 Building and starting development containers..."
|
||||
|
||||
# Stoppe vorhandene Container
|
||||
|
||||
Reference in New Issue
Block a user