docker
docker copied to clipboard
Problem hosting publicly
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 😁