Skip to content

Commit 7511450

Browse files
committed
Merge branch 'develop' into csr-1128
2 parents cbea6f8 + a6a8886 commit 7511450

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ services:
186186
- WS_BACKEND=ws://nexent-runtime:5014
187187
- RUNTIME_HTTP_BACKEND=http://nexent-runtime:5014
188188
- MINIO_ENDPOINT=http://nexent-minio:9000
189+
- MARKET_BACKEND=https://market.nexent.tech
189190
logging:
190191
driver: "json-file"
191192
options:

docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ services:
199199
- WS_BACKEND=ws://nexent-runtime:5014
200200
- RUNTIME_HTTP_BACKEND=http://nexent-runtime:5014
201201
- MINIO_ENDPOINT=http://nexent-minio:9000
202+
- MARKET_BACKEND=https://market.nexent.tech
202203
logging:
203204
driver: "json-file"
204205
options:

0 commit comments

Comments
 (0)