Skip to content

Commit aa68569

Browse files
author
MohamadSadegh Mohamadi
committed
fix: fix doc ips
1 parent 3d53f52 commit aa68569

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup-hca.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ root_horizontal_autoscaler:
1717
ports:
1818
- "10080:10080"
1919
environment:
20+
- SYSTEM_MANAGER_URL=<YOUR_IP>
2021
- MY_PORT=10080
22+
- CLUSTER_MANAGER_URL=<YOUR_IP>
23+
- MONGO_ROOT_URI=mongodb://<YOUR_IP>:10007/
2124
depends_on:
2225
- system_manager
2326
- mongo_root
@@ -40,6 +43,10 @@ cluster_horizontal_autoscaler:
4043
- "10180:10180"
4144
environment:
4245
- MY_PORT=10180
46+
- SYSTEM_MANAGER_URL=<YOUR_IP>
47+
- CLUSTER_MANAGER_URL=<YOUR_IP>
48+
- MONGO_CLUSTER_URI=mongodb://<YOUR_IP>:10107/
49+
- MONGO_ROOT_URI=mongodb://<YOUR_IP>:10007/
4350
depends_on:
4451
- system_manager
4552
- root_horizontal_autoscaler

0 commit comments

Comments
 (0)