mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added an infinity configuration file to easily customize the settings of Infinity (#3715)
### What problem does this PR solve? Added an infinity configuration file to easily customize the settings of Infinity ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -39,6 +39,8 @@ services:
|
||||
image: infiniflow/infinity:v0.5.0-dev5
|
||||
volumes:
|
||||
- infinity_data:/var/infinity
|
||||
- ./infinity_conf.toml:/infinity_conf.toml
|
||||
command: ["-f", "/infinity_conf.toml"]
|
||||
ports:
|
||||
- ${INFINITY_THRIFT_PORT}:23817
|
||||
- ${INFINITY_HTTP_PORT}:23820
|
||||
|
||||
Reference in New Issue
Block a user