ragflow/docs/guides
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
..
agentic_rag 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
develop Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341) 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
configure_knowledge_base.md Miscellaneous edits to RAGFlow's UI (#3337) 2024-11-11 19:29:34 +08:00
deploy_local_llm.mdx Added a brief introduction to Agentic RAG (#2331) 2024-09-09 20:16:28 +08:00
llm_api_key_setup.md Dynamically create the service_conf.yaml file by replacing environment variables from .env (#3341) 2024-11-12 22:56:53 +08:00
manage_files.md Editorial updates to Docker README (#3223) 2024-11-06 09:43:54 +08:00
start_chat.md Fixed broken links (#3256) 2024-11-07 14:12:32 +08:00
upgrade_ragflow.md Updated instructions on upgrading to RAGFlow dev (#3175) 2024-11-04 13:21:29 +08:00