Skip to content

Commit c2dd303

Browse files
committed
updating git sha
1 parent ac76c00 commit c2dd303

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clustered/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
GIT_SHA=df2d92911aa0945f4079ce3b8f230c7fc13e1137
2-
STATIC_IP_LIST=172.18.0.2
1+
GIT_SHA=6022a899f2cc75fc8f47c138a442a0d8136014cd
2+
STATIC_IP_LIST=
33
JITSU_SWAP_PATH=/tmp
44
JITSU_SERVER_BUILD=Release
55
WAREHOUSE_LOCATION=/tmp/jitsu-warehouse
66
METASTORE_LOCATION=/tmp/jitsu-metastore
77
JEC_CLUSTER_NAME=PureCompute
88
JEC_MIN_ELASTIC_CLUSTER_NODES=0
99
JEC_MAX_ELASTIC_CLUSTER_NODES=0
10-
MAX_SESSIONS_PER_NODE=2
10+
MAX_SESSIONS_PER_NODE=1
1111
JEC_JITSU_SERVER_INSTANCE_TYPE=
1212
JEC_ORCHESTRATOR_INSTANCE_TYPE=
1313
JEC_JITSU_SERVER_INSTANCE_AMI=

clustered/setup/ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sudo systemctl enable docker
2121
sudo systemctl start docker
2222

2323
# Add the current user to the Docker group
24+
sudo groupadd docker
2425
sudo usermod -aG docker $USER
2526

2627
# Docker Compose installation (version 2.x as a Docker plugin)

0 commit comments

Comments
 (0)