ragflow/docs/guides/develop
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
..
_category_.json Added two developer guide and removed from README ' builder docker image' and 'launch service from source' (#2590) 2024-09-26 16:15:57 +08:00
acquire_ragflow_api_key.md Publish RAGFlow's HTTP and Python API references (#3116) 2024-10-30 19:40:39 +08:00
build_docker_image.mdx Updated Build Docker Image (#2706) 2024-10-02 19:43:22 +08:00
launch_ragflow_from_source.md Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341) 2024-11-12 22:56:53 +08:00