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
691 stars 363 forks source link

Only accessible at port 3000 #241

Closed johnnylinsf closed 1 year ago

johnnylinsf commented 1 year ago

Hi everyone! I wanted to get Cal.com self-hosted set up on a Ubuntu VPS with Docker installed. I managed to get everything installed, but I found that it was only accessible at port 3000 on a custom domain.

So yourdomain.com wouldn't work, but yourdomain.com:3000 would work.

Do you have any tips or ideas on how I can resolve this?

krumware commented 1 year ago

Standard practice would be to put a load balancer / reverse proxy in front of the service, so that it would listen on 80 and 443, then tunnel the traffic to 3000 internally. That way you can manage the certificates outside of the service as well. I'd recommend Traefik if you're self-hosted. You can use the standard offerings from your cloud provider, if doing things there.

johnnylinsf commented 1 year ago

Thanks! I managed to get everything working!

krumware commented 1 year ago

Awesome!

daniyalhaider99 commented 4 months ago

Hi @johnnylinsf Can you please share the steps you followed to get this working Your help would be appreciated. Thanks