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:
Zhichang Yu
2024-11-28 15:59:00 +08:00
committed by GitHub
parent 9fcad0500d
commit 964a6f4ec4
2 changed files with 68 additions and 0 deletions

View File

@ -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