Mercurial > public > ssdt-docker
changeset 167:b08e4390f2bb production
flow: Promoted <hotfix> 'v1.2.1' (29c7c4c4e891) to 'production'.
author | smith@nwoca.org |
---|---|
date | Wed, 16 Aug 2017 16:13:01 +0100 |
parents | 29bdfe86d9a9 (current diff) 29c7c4c4e891 (diff) |
children | 86b906322d78 |
files | |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pilot/setup.sh Tue Aug 15 21:59:24 2017 +0100 +++ b/pilot/setup.sh Wed Aug 16 16:13:01 2017 +0100 @@ -91,7 +91,7 @@ md5calc ./docker-compose.yml > .docker-compose.md5 echo "created docker-compose.yml" - + else echo " @@ -99,7 +99,12 @@ Move customizations to docker-compose.override.yml then delete the docker-compose.yml " fi - + +if [ ! -e "docker-compose.override.yml" ] +then + echo 'version: "3.3"' >> docker-compose.override.yml +fi + if [ "$USAS_APPLICATIONID" == "" ] then read -e -p "Generate USAS and USPS integration config? <Y/n> " answer