Skip to content

Commit 026364c

Browse files
authored
Merge pull request #1631 from weaviate/chore/disable-autoschema-in-cluster-stack
Ensure autoschema is off for replicated testing stack
2 parents 94824a7 + 515c955 commit 026364c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/docker-compose-cluster.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
CONTEXTIONARY_URL: contextionary:9999
2323
DEFAULT_VECTORIZER_MODULE: text2vec-contextionary
2424
ENABLE_MODULES: text2vec-contextionary
25+
AUTOSCHEMA_ENABLED: 'false'
2526

2627
weaviate-node-2:
2728
init: true
@@ -54,6 +55,7 @@ services:
5455
CONTEXTIONARY_URL: contextionary:9999
5556
DEFAULT_VECTORIZER_MODULE: text2vec-contextionary
5657
ENABLE_MODULES: text2vec-contextionary
58+
AUTOSCHEMA_ENABLED: 'false'
5759

5860
weaviate-node-3:
5961
init: true
@@ -86,4 +88,5 @@ services:
8688
CONTEXTIONARY_URL: contextionary:9999
8789
DEFAULT_VECTORIZER_MODULE: text2vec-contextionary
8890
ENABLE_MODULES: text2vec-contextionary
91+
AUTOSCHEMA_ENABLED: 'false'
8992
...

0 commit comments

Comments
 (0)