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:31:18 +01:00
parent 0d0ddfcf37
commit 5be755ad4b
5 changed files with 137 additions and 216 deletions

View File

@@ -26,7 +26,11 @@ http {
proxy_pass_header Set-Cookie;
location / {
proxy_pass http://content-app:8080;
proxy_pass http://alfresco:8080;
}
location /content-app/ {
proxy_pass http://content-app:8080/;
}
location /alfresco/ {