Skip to content

Commit

Permalink
update: reflect the cluster collection limitation env var
Browse files Browse the repository at this point in the history
  • Loading branch information
moogacs committed Feb 28, 2025
1 parent d42620a commit 72d4702
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/weaviate/docker-compose-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
BACKUP_S3_USE_SSL: 'false'
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1

# Mutually exclusive with weaviate-node-2
# Used for single-node BRO version compat
Expand Down
1 change: 1 addition & 0 deletions apps/weaviate/docker-compose-cpu-constrained.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
CLUSTER_GOSSIP_BIND_PORT: '7100'
CLUSTER_DATA_BIND_PORT: '7101'
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1
DISABLE_TELEMETRY: 'true'
deploy:
resources:
Expand Down
3 changes: 3 additions & 0 deletions apps/weaviate/docker-compose-replication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
RAFT_BOOTSTRAP_EXPECT: 3
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1

weaviate-node-2:
init: true
Expand Down Expand Up @@ -62,6 +63,7 @@ services:
RAFT_BOOTSTRAP_EXPECT: 3
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1

weaviate-node-3:
init: true
Expand Down Expand Up @@ -94,3 +96,4 @@ services:
RAFT_BOOTSTRAP_EXPECT: 3
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ services:
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
RAFT_SNAPSHOT_THRESHOLD: 1
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1
1 change: 1 addition & 0 deletions apps/weaviate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ services:
CLUSTER_HOSTNAME: 'node1'
PERSISTENCE_LSM_ACCESS_STRATEGY: '${PERSISTENCE_LSM_ACCESS_STRATEGY}'
DISABLE_TELEMETRY: 'true'
MAXIMUM_ALLOWED_COLLECTIONS_COUNT: -1
...

0 comments on commit 72d4702

Please sign in to comment.