|
|
|
|
|
|
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
|
|
|
|
|
|
minio: |
|
|
minio: |
|
|
image: quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z |
|
|
|
|
|
|
|
|
image: quay.io/minio/minio |
|
|
container_name: ragflow-minio |
|
|
container_name: ragflow-minio |
|
|
command: server --console-address ":9001" /data |
|
|
command: server --console-address ":9001" /data |
|
|
ports: |
|
|
ports: |
|
|
|
|
|
|
|
|
networks: |
|
|
networks: |
|
|
- ragflow |
|
|
- ragflow |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
|
|
|
healthcheck: |
|
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] |
|
|
|
|
|
interval: 30s |
|
|
|
|
|
timeout: 20s |
|
|
|
|
|
retries: 3 |
|
|
|
|
|
|
|
|
redis: |
|
|
redis: |
|
|
# swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8 |
|
|
# swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8 |