From 6438109b3cea41b6afd4fd45bd2b02d8fe73f85b Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Wed, 8 Jan 2025 10:16:50 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b5ddb..ba67ab1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ fly deploy The frontend (`./rainfall-frontend`, NOT the root directory or Flask app) also requires a `.env.production` file with the fields `GOOGLE_CLIENT_ID` and `VITE_GOOGLE_REDIRECT_URI`. This will be ignored by git, but needs to be present when `fly deploy` is run so that it is baked into the frontend production deployment. -The Docker container will automatically be built remotely and deployed. The backend data for the production site (song/project files) lives on a Fly volume that is attached to the web worker. Current work involves migrating this to object storage using [Minio](https://min.io/). +The Docker container will automatically be built remotely and deployed. The backend data for the production site (song/project files) lives in [Minio](https://min.io/), which is also hosted on Fly.io as a separate app. ### Running Database migrations