File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 - " ${OPENELIS_CERTS:-certs-vol}:/etc/ssl/certs/"
1515
1616 oe.openelis.org :
17- image : itechuw/openelis-global-2:3.2.1.1
17+ image : itechuw/openelis-global-2:3.2.1.2
1818 platform : linux/amd64
1919 depends_on :
2020 - postgresql
@@ -44,7 +44,7 @@ services:
4444 - source : common.properties
4545
4646 fhir.openelis.org :
47- image : itechuw/openelis-global-2-fhir:3.2.1.1
47+ image : itechuw/openelis-global-2-fhir:3.2.1.2
4848 platform : linux/amd64
4949 depends_on :
5050 - postgresql
@@ -100,7 +100,7 @@ services:
100100 traefik.http.services.openelis.loadbalancer.server.port : 80
101101
102102 frontend.openelis.org :
103- image : itechuw/openelis-global-2-frontend:3.2.1.1
103+ image : itechuw/openelis-global-2-frontend:3.2.1.2
104104 platform : linux/amd64
105105 networks :
106106 ozone :
Original file line number Diff line number Diff line change 6161 location = /api/OpenELIS-Global/Home {
6262 return 302 /;
6363 }
64+
65+ location = /api/OpenELIS-Global/LoginPage {
66+ return 302 http ://$host /;
67+ }
6468 }
6569}
You can’t perform that action at this time.
0 commit comments