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: services:
# Chroma vector store. # Chroma vector store.
chroma: chroma:

View File

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

View File

@ -1,4 +1,3 @@
version: '3'
services: services:
opensearch: # This is also the hostname of the container within the Docker network (i.e. https://opensearch/) 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 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: services:
# oracle 23 ai vector store. # oracle 23 ai vector store.
oracle: oracle:

View File

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

View File

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

View File

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

View File

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