fix: remove obsoleted 'version' elements in compose files (#5553)

This commit is contained in:
kurokobo 2024-06-26 21:11:51 +09:00 committed by GitHub
parent 89a7c70730
commit 8d9a459083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
version: '3'
services:
# Chroma vector store.
chroma:

View File

@ -1,4 +1,3 @@
version: '3'
services:
# The postgres database.
db:

View File

@ -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

View File

@ -1,4 +1,3 @@
version: '3'
services:
# oracle 23 ai vector store.
oracle:

View File

@ -1,4 +1,3 @@
version: '3'
services:
# The pgvecto—rs database.
pgvecto-rs:

View File

@ -1,4 +1,3 @@
version: '3'
services:
# Qdrant vector store.
pgvector:

View File

@ -1,4 +1,3 @@
version: '3'
services:
# Qdrant vector store.
qdrant:

View File

@ -1,4 +1,3 @@
version: '3'
services:
# API service
api: