11version : ' 3.4'
22services :
33 db :
4- image : 127.0.0.1:5000/mongo
4+ platform : linux/arm64
5+ image : mongo:6.0.7
56 ports :
67 - " 27017:27017"
78 volumes :
@@ -15,7 +16,8 @@ services:
1516 MONGO_INITDB_ROOT_PASSWORD : openstudio
1617 command : " mongod --setParameter internalQueryMaxAddToSetBytes=209715200 --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=209715200"
1718 queue :
18- image : 127.0.0.1:5000/redis
19+ platform : linux/arm64
20+ image : redis:6.0.9
1921 ports :
2022 - " 6379:6379"
2123 deploy :
@@ -24,7 +26,8 @@ services:
2426 - node.role == manager
2527 command : " redis-server --requirepass openstudio --maxclients 40000"
2628 web :
27- image : 127.0.0.1:5000/openstudio-server
29+ platform : linux/amd64
30+ image : nrel/openstudio-server:3.9.0-rc3
2831 ports :
2932 - " 8080:80"
3033 - " 80:80"
@@ -49,7 +52,8 @@ services:
4952 - node.role == manager
5053 command : /usr/local/bin/start-server
5154 web-background :
52- image : 127.0.0.1:5000/openstudio-server
55+ platform : linux/amd64
56+ image : nrel/openstudio-server:3.9.0-rc3
5357 environment :
5458 - OS_SERVER_NUMBER_OF_WORKERS=1
5559 - QUEUES=background,analyses
@@ -70,7 +74,8 @@ services:
7074 - node.role == manager
7175 command : /usr/local/bin/start-web-background
7276 worker :
73- image : 127.0.0.1:5000/openstudio-server
77+ platform : linux/amd64
78+ image : nrel/openstudio-server:3.9.0-rc3
7479 environment :
7580 - QUEUES=requeued,simulations
7681 - COUNT=1
@@ -90,7 +95,8 @@ services:
9095 endpoint_mode : dnsrr
9196 command : /usr/local/bin/start-workers
9297 rserve :
93- image : 127.0.0.1:5000/openstudio-rserve
98+ platform : linux/amd64
99+ image : nrel/openstudio-rserve:3.9.0-rc3
94100 volumes :
95101 - osdata:/mnt/openstudio
96102 depends_on :
0 commit comments