Put typebot on coolify [SOLVED]

I'm trying to self-host Typebot on a self-hosted instance of Coolify on my VPS, but I'm having problems with the domain of the viewer. Has anyone already done that?
6 Replies
Hall
Hall6mo ago
Someone will reply to you shortly. In the meantime, this might help:
宮本武蔵 🍃
宮本武蔵 🍃OP6mo ago
I got it resolved. Coolify has a particular requirement: every configuration of applications that use a public domain needs to be set to use HTTP. For example, in the Coolify panel for the containers, configure the domain of the builder and the viewer with http://mydomain.com. However, in the docker-compose.yml file of your Typebot setup, configure the environment variables NEXTAUTH_URL NEXT_PUBLIC_VIEWER_URL with https://mydomain.com. This ensures that Coolify points to your domain and your domain can reach your application backend.
Mario Barretta
Mario Barretta6mo ago
Thank you to share the solution. Can you change the title applying [SOLVED] so to better identify the posts?
宮本武蔵 🍃
宮本武蔵 🍃OP6mo ago
sure!
Mario Barretta
Mario Barretta6mo ago
Thank you very much
crabe-de-babi
crabe-de-babi5mo ago
I have the same issue on Coolify but it seems that using http is not working. Could you share with me you env variables for both viewer and builder ? and could you confirm if you are using Minio ?

Did you find this page helpful?