mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
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:
parent
5be755ad4b
commit
a5df1b3655
3
start.sh
3
start.sh
@ -79,9 +79,6 @@ if [[ $KEYCLOAK == "true" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Start docker compose"
|
echo "Start docker compose"
|
||||||
export REGISTRY=${REGISTRY}
|
|
||||||
export SHARE_TAG=${SHARE_TAG:-latest}
|
|
||||||
export REPO_TAG=${REPO_TAG:-latest}
|
|
||||||
export AIMS_PROPS=${AIMS_PROPS}
|
export AIMS_PROPS=${AIMS_PROPS}
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user