Hi,
I would like to host a baserow container on Cloud Run. I tried different options and configuration but did not succeed yet.
Thanks a lot.
Pierre-Yves
Hi,
I would like to host a baserow container on Cloud Run. I tried different options and configuration but did not succeed yet.
Thanks a lot.
Pierre-Yves
Hi @Pierre-Yves
I’ve not yet tried deploying Baserow on Cloud run just yet. But I might still be able to help.
Could you provide the full details on the options/configuration you setup? Ideally showing your env vars, what image you used etc.
Thanks,
Nigel
Hi @nigel,
I’m using the Docker installation process with https and Baserow 1.14 :
docker run \
-d \
--name baserow \
-e BASEROW_PUBLIC_URL=https://www.REPLACE_WITH_YOUR_DOMAIN.com \
-e BASEROW_CADDY_ADDRESSES=https://www.REPLACE_WITH_YOUR_DOMAIN.com \
-v baserow_data:/baserow/data \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:1.14.0