merge docker-compose.yaml and docker-compose-keycloak.yaml to one file. Implement start.sh for starting with and without SSO.

This commit is contained in:
Martin Mueller 2020-01-02 18:35:12 +01:00
parent 5be755ad4b
commit a5df1b3655

View File

@ -79,9 +79,6 @@ if [[ $KEYCLOAK == "true" ]]; then
fi
echo "Start docker compose"
export REGISTRY=${REGISTRY}
export SHARE_TAG=${SHARE_TAG:-latest}
export REPO_TAG=${REPO_TAG:-latest}
export AIMS_PROPS=${AIMS_PROPS}
docker-compose up -d --build