Hi there, first up: awesome work from the docker c...
# docker
a
Hi there, first up: awesome work from the docker community. I am trying to set up cal.com and I am now starting to get desperate. After trying the one-click on Vercel and self-hosting on AWS I'm now running the docker container, which works. But, I am trying to set up SSL as well and I have no clue of SSL, no clue of docker and third: Tried various methods from the internet but just can't seem to get it working. I've got certbot installed and ufw setup to allow 80 and 443 (and 3000 temporarily) and at least firefox is trying to connect to the https-site by itself, but it just won't work. (Redirect from port 80/443 to 3000 aside). Would anyone be willing to help me out with this and give me a rough Idea of what I have to do?
I gave up.
c
you need to set up a load balancer and let it handle SSL for you. With AWS you can follow guides for hosting a docker container with ECS or Fargate, and most will cover that portion, although AWS can feel like a little bit of a mountain to climb. If you use a load balancer like Traefik, then you can configure it to handle the lets encrypt exchange for you as well, which is useful if you're hosting on a standard EC2 instance
v
You can use nginx for this. Even i did the same two days ago for my personal project
reverse_proxy*
@Alex