mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +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:
@@ -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/ {
|
||||
|
Reference in New Issue
Block a user