Replies: 2 comments
|
Hey @draeician! I'm here to help you with any bugs, questions, or contributions you have. Let's figure this out together! I found a similar closed issue that might be relevant to your problem: bug: langfuse docker compose failing. This issue was resolved by a pull request that fixed the use of the correct The error message you're encountering suggests that the
By addressing these points, you should be able to resolve the connection issue between the Langfuse web service and the ClickHouse database. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
Hey @draeician , The message indicates that the langfuse-web-1 container cannot reach clickhouse on localhost:9000. Usually, we use If you want to make it work with your setup, you'd have to set the docker network mode to |
Uh oh!
There was an error while loading. Please reload this page.
I did the git clone, modified the .env for dev, added the ENCRYPT KYE from openssl, and issues the docker compose up -d command. Everything else starts but the web interface.
But everything else seems to be running.
All reactions