It’s currently not possible to access Baserow via another URL than the configured BASEROW_PUBLIC_URL in the all-in-one image (baserow/baserow). This is because of the application builder included in Baserow, and the feature where you deploy it to multiple domains. I’ve created an issue on the backlog to make this more flexible: Allow setting multiple BASEROW_PUBLIC_URL (#2499) · Issues · Baserow / baserow · GitLab.
It don’t works to me. I also spent a long time trying. Now i will launch other docker container to access the localhost of Windows host. I need to call api requests from Django.
First, you need download the files from this link ( Install with Docker compose // Baserow) and edit the docker compose including your service (i included ubuntu image). The curl command should to be:
Hi, could you share more details on what got changed compared to the default docker-compose.yml config for Baserow?
I have been trying for a couple of hours to make Baserow’s API accessible from n8n (from within the same container, hosted locally) and either the Web App is working and the API throws an error page (with BASEROW_PUBLIC_URL set to localhost:8000) or the opposite is true - for BASEROW_PUBLIC_URL set to baserow:8000.
In the 1st scenario, Baserow’s API is accessible from curl, but can’t be reached from within the docker container.
Hi, could you share more details on what got changed compared to the default docker-compose.yml config for Baserow?
I have been trying for a couple of hours to make Baserow’s API accessible from n8n (from within the same container, hosted locally) and either the Web App is working and the API throws an error page (with BASEROW_PUBLIC_URL set to localhost:8000) or the opposite is true - for BASEROW_PUBLIC_URL set to baserow:8000.
In the 1st scenario, Baserow’s API is accessible from curl, but can’t be reached from within the docker container.