Forked from seggcsont/docker-compose-and-envsubst.sh
Created
September 18, 2017 12:33
-
-
Save prog/5582975a9eb26175619f0e38f5a93794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export VAR1="foo" | |
export VAR2="bar" | |
envsubst < docker-compose-template.yml > docker-compose.yml | |
docker-compose -f docker-compose.yml pull | |
docker-compose -f docker-compose.yml up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perfect!!! thank u!!!