I installed Baserow with this script and Baserow worked successfully. I also installed caddy for automatically SSL and it also worked.
docker run -d --name baserow -e BASEROW_PUBLIC_URL=http://89.168.51.27:8080 -v baserow_data:/baserow/data -p 8080:80 -p 442:443 --restart unless-stopped baserow/baserow:1.24.2
Baserow setup:
This my CaddyFile.
baserow.valetclub.ma { reverse_proxy http://89.168.51.27:8080}
When I access with my domain name it shows me Site not found
.
Baserow public view: