Skip to content

Commit a274dfb

Browse files
authored
MG-4: Upgrade OEG to v3.2.1.2 (#219)
1 parent ae2af3a commit a274dfb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docker-compose-openelis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

proxy/openelis/nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@ http {
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
}

0 commit comments

Comments
 (0)