Helicone Community Page

a
akh
Offline, last seen 2 months ago
Joined November 6, 2024
Hi all - trying out self hosting due to company data security requirements. Just running docker compose up and the ui starts - but there is an error in the logs: Error: connect ECONNREFUSED 127.0.0.1:8123
helicone-web | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) {
helicone-web | errno: -111,
helicone-web | code: 'ECONNREFUSED',
helicone-web | syscall: 'connect',
helicone-web | address: '127.0.0.1',
helicone-web | port: 8123
I think it’s trying to access clickhouse- does that get set up by the docker compose or is there something I’m missing in setting up the .env file? CLICKHOUSE_HOST=http://localhost
CLICKHOUSE_PORT=8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=

default user is postgres

8 comments
C
a
p