mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: remove obsoleted 'version' elements in compose files (#5553)
This commit is contained in:
parent
89a7c70730
commit
8d9a459083
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# Chroma vector store.
|
||||
chroma:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# The postgres database.
|
||||
db:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# oracle 23 ai vector store.
|
||||
oracle:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# The pgvecto—rs database.
|
||||
pgvecto-rs:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# Qdrant vector store.
|
||||
pgvector:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# Qdrant vector store.
|
||||
qdrant:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
# API service
|
||||
api:
|
||||
|
|
Loading…
Reference in New Issue
Block a user