We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d53f52 commit aa68569Copy full SHA for aa68569
setup-hca.md
@@ -17,7 +17,10 @@ root_horizontal_autoscaler:
17
ports:
18
- "10080:10080"
19
environment:
20
+ - SYSTEM_MANAGER_URL=<YOUR_IP>
21
- MY_PORT=10080
22
+ - CLUSTER_MANAGER_URL=<YOUR_IP>
23
+ - MONGO_ROOT_URI=mongodb://<YOUR_IP>:10007/
24
depends_on:
25
- system_manager
26
- mongo_root
@@ -40,6 +43,10 @@ cluster_horizontal_autoscaler:
40
43
- "10180:10180"
41
44
42
45
- MY_PORT=10180
46
47
48
+ - MONGO_CLUSTER_URI=mongodb://<YOUR_IP>:10107/
49
50
51
52
- root_horizontal_autoscaler
0 commit comments