|
@@ -0,0 +1,119 @@
|
|
|
+services:
|
|
|
+
|
|
|
+ api:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/langgenius_dify-api:0.15.3
|
|
|
+ volumes:
|
|
|
+ - /etc/mime.types:/etc/mime.types
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ worker:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/langgenius_dify-api:0.15.3
|
|
|
+ volumes:
|
|
|
+ - /etc/mime.types:/etc/mime.types
|
|
|
+
|
|
|
+
|
|
|
+ web:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/langgenius_dify-web:0.15.3
|
|
|
+
|
|
|
+
|
|
|
+ db:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/postgres:15-alpine
|
|
|
+
|
|
|
+
|
|
|
+ redis:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/redis:6-alpine
|
|
|
+
|
|
|
+
|
|
|
+ sandbox:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/langgenius_dify-sandbox:0.2.10
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ ssrf_proxy:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/ubuntu_squid:latest
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ certbot:
|
|
|
+ image: certbot/certbot
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ nginx:
|
|
|
+ image: registry.cn-shenzhen.aliyuncs.com/wunding-base/nginx:latest
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ tidb:
|
|
|
+ image: pingcap/tidb:v8.4.0
|
|
|
+
|
|
|
+
|
|
|
+ weaviate:
|
|
|
+ image: semitechnologies/weaviate:1.19.0
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ qdrant:
|
|
|
+ image: langgenius/qdrant:v1.7.3
|
|
|
+
|
|
|
+
|
|
|
+ couchbase-server:
|
|
|
+ build: ./couchbase-server
|
|
|
+
|
|
|
+
|
|
|
+ pgvector:
|
|
|
+ image: pgvector/pgvector:pg16
|
|
|
+
|
|
|
+
|
|
|
+ pgvecto-rs:
|
|
|
+ image: tensorchord/pgvecto-rs:pg16-v0.3.0
|
|
|
+
|
|
|
+
|
|
|
+ chroma:
|
|
|
+ image: ghcr.io/chroma-core/chroma:0.5.20
|
|
|
+
|
|
|
+
|
|
|
+ oceanbase:
|
|
|
+ image: quay.io/oceanbase/oceanbase-ce:4.3.3.0-100000142024101215
|
|
|
+
|
|
|
+
|
|
|
+ oracle:
|
|
|
+ image: container-registry.oracle.com/database/free:latest
|
|
|
+
|
|
|
+
|
|
|
+ etcd:
|
|
|
+ image: quay.io/coreos/etcd:v3.5.5
|
|
|
+
|
|
|
+ minio:
|
|
|
+ image: minio/minio:RELEASE.2023-03-20T20-16-18Z
|
|
|
+
|
|
|
+ milvus-standalone:
|
|
|
+ image: milvusdb/milvus:v2.5.0-beta
|
|
|
+
|
|
|
+
|
|
|
+ opensearch:
|
|
|
+ image: opensearchproject/opensearch:latest
|
|
|
+
|
|
|
+ opensearch-dashboards:
|
|
|
+ image: opensearchproject/opensearch-dashboards:latest
|
|
|
+
|
|
|
+
|
|
|
+ myscale:
|
|
|
+ image: myscale/myscaledb:1.6.4
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ elasticsearch:
|
|
|
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ kibana:
|
|
|
+ image: docker.elastic.co/kibana/kibana:8.14.3
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ unstructured:
|
|
|
+ image: downloads.unstructured.io/unstructured-io/unstructured-api:latest
|