ragflow/docs
Guido Schmutz 0c95a3382b
Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341)
### What problem does this PR solve?

This pull request implements the feature mentioned in #3322. 

Instead of manually having to edit the `service_conf.yaml` file when
changes have been made to `.env` and mapping it into the docker
container at runtime, a template file is used and the values replaced by
the environment variables from the `.env` file when the container is
started.
 

### Type of change

- [X] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>
2024-11-12 22:56:53 +08:00
..
guides Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341) 2024-11-12 22:56:53 +08:00
references Fix bugs in api and add examples (#3353) 2024-11-12 17:14:33 +08:00
_category_.json Reorganized docs for docusaurus publish (#860) 2024-05-21 20:53:55 +08:00
configurations.md Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341) 2024-11-12 22:56:53 +08:00
quickstart.mdx Added configuration guideline (#3309) 2024-11-08 19:46:18 +08:00