Skip to content

Commit 64e212c

Browse files
committed
docker file updated
1 parent a8cfd61 commit 64e212c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ msg-node-nodejs:
66
ports:
77
- "9090:9090"
88
environment:
9-
- url=localhost
10-
- port=9090
11-
- domainRegistryUrl=http://localhost:4567/
12-
- globalRegistryUrl=http://130.149.22.133:5002/
9+
- url=localhost # url:domain of CSP where the Messaging Node would be deployed
10+
- port=9090 # port:port of Messaging Node would be deployed
11+
- domainRegistryUrl=http://localhost:4567/ # url:domain of CSP where the registry-domain would be deployed
12+
- globalRegistryUrl=http://130.149.22.133:5002/ # url:domain of CSP where the Global Registry would be deployed
1313
- logLevel=INFO
1414
# - logDir=/usr/src/app/logs
1515
# - useSSL=1

0 commit comments

Comments
 (0)