Skip to content
Discussion options

You must be logged in to vote

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:

curl -s -X POST http://localhost:9099/pipelines/reload \
  -H "Authorization: Bearer $API_KEY"

If you add this command to a small bash script in the Docker Compose setup, it will run automatically when the service starts.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by m0hssn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant