Skip to content

Commit

Permalink
Merge pull request #99 from weaviate/improvement/remove-isomorphic-fetch
Browse files Browse the repository at this point in the history
bump CI image, replace isomorphic-fetch with fetch
  • Loading branch information
tsmith023 authored Nov 22, 2023
2 parents 94e16d9 + 5834e28 commit 7636540
Show file tree
Hide file tree
Showing 11 changed files with 355 additions and 209 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-azure-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8081:8081
restart: on-failure:0
Expand Down
4 changes: 2 additions & 2 deletions ci/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate-node-1:
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
restart: on-failure:0
ports:
- "8087:8080"
Expand All @@ -25,7 +25,7 @@ services:
- '8080'
- --scheme
- http
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8088:8080
- 6061:6060
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8082:8082
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8083:8083
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- '8086'
- --scheme
- http
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8086:8086
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-wcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
ports:
- 8085:8085
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate:
image: semitechnologies/weaviate:preview-autoschema-improvements-ba2cc1a
image: semitechnologies/weaviate:1.22.0
restart: on-failure:0
ports:
- "8080:8080"
Expand Down
Loading

0 comments on commit 7636540

Please sign in to comment.