Skip to content

Commit aff97b3

Browse files
authored
Update docker-compose-local.yml to 3.7.0
1 parent 408bd80 commit aff97b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

local_setup_scripts/win64/docker-compose-local.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
command: "redis-server --requirepass openstudio --maxclients 40000"
2828
web:
2929
platform: linux/amd64
30-
image: nrel/openstudio-server:3.9.0-rc3
30+
image: nrel/openstudio-server:3.7.0
3131
ports:
3232
- "8080:80"
3333
- "80:80"
@@ -53,7 +53,7 @@ services:
5353
command: /usr/local/bin/start-server
5454
web-background:
5555
platform: linux/amd64
56-
image: nrel/openstudio-server:3.9.0-rc3
56+
image: nrel/openstudio-server:3.7.0
5757
environment:
5858
- OS_SERVER_NUMBER_OF_WORKERS=1
5959
- QUEUES=background,analyses
@@ -75,7 +75,7 @@ services:
7575
command: /usr/local/bin/start-web-background
7676
worker:
7777
platform: linux/amd64
78-
image: nrel/openstudio-server:3.9.0-rc3
78+
image: nrel/openstudio-server:3.7.0
7979
environment:
8080
- QUEUES=requeued,simulations
8181
- COUNT=1
@@ -96,7 +96,7 @@ services:
9696
command: /usr/local/bin/start-workers
9797
rserve:
9898
platform: linux/amd64
99-
image: nrel/openstudio-rserve:3.9.0-rc3
99+
image: nrel/openstudio-rserve:3.7.0
100100
volumes:
101101
- osdata:/mnt/openstudio
102102
depends_on:

0 commit comments

Comments
 (0)