-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Description
I tried self hosting helicone on a GCP VM. First I followed
- https://docs.helicone.ai/getting-started/self-host/cloud
- https://docs.helicone.ai/getting-started/self-host/docker
and then I tried the all in one image as well using following command ( is a placeholder here I used public IP of the VM everywhere is mentioned )
docker run -d \
--name helicone-all-in-one \
-p 3000:3000 \
-p 8585:8585 \
-p 5432:5432 \
-p 8123:8123 \
-p 9000:9000 \
-v ~/helicone_data/postgres:/var/lib/postgresql/data \
-v ~/helicone_data/clickhouse:/var/lib/clickhouse \
-v ~/helicone_data/minio:/data \
-e NEXT_PUBLIC_BASE_URL=http://<server-ip>:3000 \
-e NEXT_PUBLIC_HELICONE_API_URL=http://<server-ip>:8585 \
-e JAWN_PUBLIC_URL=http://<server-ip>:8585 \
-e NEXT_PUBLIC_SUPABASE_URL=http://<server-ip>:3000 \
helicone/helicone-all-in-one:v2025.08.08
in both cases I am facing the redirection. In case of docker compose I have these in my .env as well in the helicone/docker directory.
SITE_URL=http://<server-ip>:3000
NEXT_PUBLIC_SUPABASE_URL=http://<server-ip>:3000
SUPABASE_PUBLIC_URL=http://<server-ip>:3000
NEXT_PUBLIC_BASE_URL=http://<server-ip>:3000
API_EXTERNAL_URL=http://<server-ip>:3000/auth/v1
NEXT_PUBLIC_HELICONE_API_URL=http://<server-ip>:8788
JAWN_PUBLIC_URL=http://<server-ip>:8788
Am I missing any env variable here.
I also tried to build after updating the .env in docker directory but facing the same issue again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels