Skip to content

Commit 45b91e6

Browse files
authored
Merge pull request #1315 from mozzy11/develop
add Multi platform images
2 parents 21f8a4f + 3fdc9c7 commit 45b91e6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ src/main/resources/adminPassword.txt
3030
/.apt_generated/
3131
*/plugins/*.jar
3232
Patient/*
33+
volume/database/data/

dev.docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
certs:
44
container_name: oe-certs
55
image: itechuw/certgen:main
6+
# platform: linux/amd64
67
restart: always
78
environment:
89
- KEYSTORE_PW="kspass"
@@ -38,6 +39,7 @@ services:
3839
oe.openelis.org:
3940
container_name: openelisglobal-webapp
4041
image: itechuw/openelis-global-2-dev:develop
42+
# platform: linux/amd64
4143
depends_on:
4244
- database
4345
- certs
@@ -68,6 +70,7 @@ services:
6870
fhir.openelis.org:
6971
container_name: external-fhir-api
7072
image: itechuw/openelis-global-2-fhir:develop
73+
# platform: linux/amd64
7174
depends_on:
7275
- database
7376
- certs
@@ -98,6 +101,7 @@ services:
98101
frontend.openelis.org:
99102
image: itechuw/openelis-global-2-frontend-dev:develop
100103
container_name: openelisglobal-front-end
104+
# platform: linux/amd64
101105
networks:
102106
- default
103107
volumes:
@@ -110,6 +114,7 @@ services:
110114
proxy:
111115
image: itechuw/openelis-global-2-proxy:develop
112116
container_name: openelisglobal-proxy
117+
# platform: linux/amd64
113118
ports:
114119
- 80:80
115120
- 443:443

docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
certs:
44
container_name: oe-certs
55
image: itechuw/certgen:main
6+
# platform: linux/amd64
67
restart: always
78
environment:
89
- KEYSTORE_PW="kspass"
@@ -37,7 +38,8 @@ services:
3738

3839
oe.openelis.org:
3940
container_name: openelisglobal-webapp
40-
image: itechuw/openelis-global-2:develop
41+
image: itechuw/openelis-global-2:develop
42+
# platform: linux/amd64
4143
depends_on:
4244
- database
4345
- certs
@@ -68,6 +70,7 @@ services:
6870
fhir.openelis.org:
6971
container_name: external-fhir-api
7072
image: itechuw/openelis-global-2-fhir:develop
73+
# platform: linux/amd64
7174
depends_on:
7275
- database
7376
- certs
@@ -99,6 +102,7 @@ services:
99102
frontend.openelis.org:
100103
image: itechuw/openelis-global-2-frontend:develop
101104
container_name: openelisglobal-front-end
105+
# platform: linux/amd64
102106
networks:
103107
- default
104108
environment:
@@ -108,6 +112,7 @@ services:
108112
proxy:
109113
image: itechuw/openelis-global-2-proxy:develop
110114
container_name: openelisglobal-proxy
115+
# platform: linux/amd64
111116
ports:
112117
- 80:80
113118
- 443:443

0 commit comments

Comments
 (0)