Skip to content

Commit

Permalink
fix: remove obsoleted 'version' elements in compose files (#5553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokobo authored Jun 26, 2024
1 parent 89a7c70 commit 8d9a459
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docker/docker-compose.chroma.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# Chroma vector store.
chroma:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.middleware.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# The postgres database.
db:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.opensearch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
opensearch: # This is also the hostname of the container within the Docker network (i.e. https://opensearch/)
image: opensearchproject/opensearch:latest # Specifying the latest available image - modify if you want a specific version
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.oracle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# oracle 23 ai vector store.
oracle:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.pgvecto-rs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# The pgvecto—rs database.
pgvecto-rs:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.pgvector.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# Qdrant vector store.
pgvector:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.qdrant.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# Qdrant vector store.
qdrant:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
# API service
api:
Expand Down

0 comments on commit 8d9a459

Please sign in to comment.