Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude authored Jan 8, 2025
1 parent debdeaa commit 6438109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6438109

Please sign in to comment.