mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 18:19:11 +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:
|
services:
|
||||||
# Chroma vector store.
|
# Chroma vector store.
|
||||||
chroma:
|
chroma:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# The postgres database.
|
# The postgres database.
|
||||||
db:
|
db:
|
||||||
|
@ -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
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# oracle 23 ai vector store.
|
# oracle 23 ai vector store.
|
||||||
oracle:
|
oracle:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# The pgvecto—rs database.
|
# The pgvecto—rs database.
|
||||||
pgvecto-rs:
|
pgvecto-rs:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# Qdrant vector store.
|
# Qdrant vector store.
|
||||||
pgvector:
|
pgvector:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# Qdrant vector store.
|
# Qdrant vector store.
|
||||||
qdrant:
|
qdrant:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
# API service
|
# API service
|
||||||
api:
|
api:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user