|
|
|
|
|
|
|
|
minio: |
|
|
minio: |
|
|
user: '${MINIO_USER:-rag_flow}' |
|
|
user: '${MINIO_USER:-rag_flow}' |
|
|
password: '${MINIO_PASSWORD:-infini_rag_flow}' |
|
|
password: '${MINIO_PASSWORD:-infini_rag_flow}' |
|
|
host: '${MINIO_HOST:-minio}:${MINIO_PORT:-9000}' |
|
|
|
|
|
|
|
|
host: '${MINIO_HOST:-minio}:9000' |
|
|
es: |
|
|
es: |
|
|
hosts: 'http://${ES_HOST:-es01}:9200' |
|
|
hosts: 'http://${ES_HOST:-es01}:9200' |
|
|
username: '${ES_USER:-elastic}' |
|
|
username: '${ES_USER:-elastic}' |
|
|
|
|
|
|
|
|
redis: |
|
|
redis: |
|
|
db: 1 |
|
|
db: 1 |
|
|
password: '${REDIS_PASSWORD:-infini_rag_flow}' |
|
|
password: '${REDIS_PASSWORD:-infini_rag_flow}' |
|
|
host: '${REDIS_HOST:-redis}:${REDIS_PORT:-6379}' |
|
|
|
|
|
|
|
|
host: '${REDIS_HOST:-redis}:6379' |
|
|
|
|
|
|
|
|
# postgres: |
|
|
# postgres: |
|
|
# name: '${POSTGRES_DBNAME:-rag_flow}' |
|
|
# name: '${POSTGRES_DBNAME:-rag_flow}' |