What output/errors do you get?
I tested your compose file on a VM and it it working:
- Baserow Frontend
- N8N Frontend
- Get Data from Baserow in N8N
Three things to note here:
- Baserow Frontend can be reached on port 80. So your URL would be http://localhost
- In N8N when setting up credentials you would also set the host for Baserow to http://localhost
- You need to make sure that all of the ports the the docker images needs are available on the host: 80, 5432, 6379, 8000, 3000 for Baserow + 5678 for n8n