Files
gh-netresearch-claude-code-…/assets/templates/docker-compose.git-info.yaml
2025-11-30 08:43:27 +08:00

10 lines
294 B
YAML

# Docker Compose override to pass git information to web container build
# This allows the landing page to display current branch, commit, and PR info
services:
web:
build:
args:
GIT_BRANCH: "{{GIT_BRANCH}}"
GIT_COMMIT: "{{GIT_COMMIT}}"
GIT_PR: "{{GIT_PR}}"