Hi, everyone, I’m new to baserow and am fascinated by this project.
I’m planning to self-host baserow, and I saw different docker-compose files.
I’m pretty good at playing with docker compose. But after read all of them, I’m a bit wary about which one to choose.
In my case, I have another services on my server and they are all reverse-proxyed by one caddy instance and the baserow service should also be placed behind it. Since I think the all-in-all is easier to maintain, how should I configure it such that the caddy inside baserow container will not fetch a Let’s Encrypt certificate?
I would like to ask also if you have reason to prefer one method to another and this could be inspiring for me. Thank you!