File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- GIT_SHA = df2d92911aa0945f4079ce3b8f230c7fc13e1137
2- STATIC_IP_LIST = 172.18.0.2
1+ GIT_SHA = 6022a899f2cc75fc8f47c138a442a0d8136014cd
2+ STATIC_IP_LIST =
33JITSU_SWAP_PATH = /tmp
44JITSU_SERVER_BUILD = Release
55WAREHOUSE_LOCATION = /tmp/jitsu-warehouse
66METASTORE_LOCATION = /tmp/jitsu-metastore
77JEC_CLUSTER_NAME = PureCompute
88JEC_MIN_ELASTIC_CLUSTER_NODES = 0
99JEC_MAX_ELASTIC_CLUSTER_NODES = 0
10- MAX_SESSIONS_PER_NODE = 2
10+ MAX_SESSIONS_PER_NODE = 1
1111JEC_JITSU_SERVER_INSTANCE_TYPE =
1212JEC_ORCHESTRATOR_INSTANCE_TYPE =
1313JEC_JITSU_SERVER_INSTANCE_AMI =
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ sudo systemctl enable docker
2121sudo systemctl start docker
2222
2323# Add the current user to the Docker group
24+ sudo groupadd docker
2425sudo usermod -aG docker $USER
2526
2627# Docker Compose installation (version 2.x as a Docker plugin)
You can’t perform that action at this time.
0 commit comments