calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Problem hosting publicly #277

Open luanfernandes opened 1 year ago

luanfernandes commented 1 year ago

I'm trying to self-host using docker, so I can send clients to calendar.luanfernandes.com to book a meeting with me. The build went kinda well, but for some reason it's still trying to make a call to localhost:3000.

I changed these 3 env variables: NEXT_PUBLIC_WEBAPP_URL=https://calendar.luanfernandes.com BUILT_NEXT_PUBLIC_WEBAPP_URL=https://calendar.luanfernandes.com NEXTAUTH_URL=https://calendar.luanfernandes.com/api/auth

also, I changed the ports to 6500:3000 (can't use 3000 publicly, already being used).

Anyone know how can I fix it?

PS: I put the site down for now, don't try to visit it 😁