We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docker will work but we need a fly.toml.
Fly.io support’s PostgreSQL replication out of the box, and so give you multi region
clients get automatically directed to the nearest region
So the reason for this is to get huger perf and redundancy.
I have been using this feature on fly.io and it’s been solid
The text was updated successfully, but these errors were encountered:
do we have to include fly.toml in the repo or can folks using this with fly.io just do this themselves?
Sorry, something went wrong.
I would prefer to add a deploy folder with fly sub folder with the toml file and a make file to make it seamless
https://fly.io/blog/free-postgres/
No branches or pull requests
The docker will work but we need a fly.toml.
Fly.io support’s PostgreSQL replication out of the box, and so give you multi region
clients get automatically directed to the nearest region
So the reason for this is to get huger perf and redundancy.
I have been using this feature on fly.io and it’s been solid
The text was updated successfully, but these errors were encountered: