I want to install Baserow on Docker (Windows) with the following requirements:
-
Database Storage
-
Baserow should use PostgreSQL installed on the same host machine (not in a Docker container).
-
No application data should be stored in Docker volumes.
-
-
File Storage
- All file attachments should be saved directly to a Cloudflare R2 bucket.
-
Reason for This Setup
-
We are a document management company and handle a large volume of scanned documents daily.
-
We need a clear separation of data (database and files) from Docker volumes for easier backup and restoration.
-
-
Current Context
-
We already run another database application with a similar setup (external PostgreSQL and R2 cloud storage).
-
However, I am having difficulty understanding how to replicate this structure for Baserow.
-
If anyone can support us with a good production ready yml I would really appreciate