added host-based config
This commit is contained in:
parent
0a0cb15580
commit
5ea48c405f
@ -27,6 +27,8 @@ services:
|
||||
|
||||
digital-workspace:
|
||||
image: quay.io/alfresco/alfresco-digital-workspace:latest
|
||||
environment:
|
||||
APP_CONFIG_ECM_HOST: "${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}"
|
||||
|
||||
proxy:
|
||||
build: ./nginx-ingress
|
||||
|
@ -50,7 +50,7 @@ http {
|
||||
}
|
||||
|
||||
location /workspace/ {
|
||||
proxy_pass http://digital-workspace:8080;
|
||||
proxy_pass http://digital-workspace:8080/;
|
||||
|
||||
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||
absolute_redirect off;
|
||||
|
Loading…
x
Reference in New Issue
Block a user