I am having issues, after installing the local ai packaged on the cloud. everything spins up right (using Coles video “setting up in under 20 min” but there is still a lot of things not mentioned, like how exactly do I make it to where ther N8N web hooks are using my actual custom domain vs local:867 etc. I asked chat several times, it suggest addtitions to the caddy file and docker-compose, defining N8N to use a tunnel or something. But none of it’s working, im just curious if I missing something simple? I don’t think Cole would confidently put something out without it actually working, so im assuming its an issue on my end.
1 Like
I ran into this the other day. So there’s a .env value that you need to add.
You can add it to the .env or the docker-compose.yml
I added it to docker-compose.yml inside the n8n service i added
environment:
- WEBHOOK_URL=https://n8n.yourdomain.com
- N8N_HOST=n8n.yourdomain.com
- N8N_PROTOCOL=https