Initial commit
This commit is contained in:
9
assets/templates/docker-compose.git-info.yaml
Normal file
9
assets/templates/docker-compose.git-info.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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}}"
|
||||
Reference in New Issue
Block a user