-
|
Problem Statement: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found out that you can set the SK and PK directly in the Langfuse Docker Compose file and also in the OpenWebUI pipelines container, so they’re automatically applied on startup. You can then run the following command inside the OpenWebUI pipelines container to set the pipeline settings: If you add this command to a small bash script in the Docker Compose setup, it will run automatically when the service starts. |
Beta Was this translation helpful? Give feedback.
I found out that you can set the SK and PK directly in the Langfuse Docker Compose file and also in the OpenWebUI pipelines container, so they’re automatically applied on startup. You can then run the following command inside the OpenWebUI pipelines container to set the pipeline settings:
If you add this command to a small bash script in the Docker Compose setup, it will run automatically when the service starts.