mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-22 01:21:54 +00:00
6 lines
123 B
Bash
6 lines
123 B
Bash
set -a
|
|
source .env
|
|
|
|
echo "Building \"gitlab.rb\" via envsubst"
|
|
envsubst < templates/gitlab.rb > "volumes/config/gitlab.rb"
|