render-examples / strapi-postgres-cloudinary

Deploy Strapi with PostgreSQL and Cloudinary on Render.
https://render.com/docs/deploy-strapi
MIT License
41 stars 163 forks source link

Setting region automatically to Oregon #6

Open manuelbiermann opened 3 years ago

manuelbiermann commented 3 years ago

This sets the region automatically to Oregon with giving the chance to manually set it to Frankfurt when using the deploy button. Would suggest to add the functionality to switch via dropdown on the render website.

I solved it by forking this and defining the region to Frankfurt in the render.yaml.

davidmauskop commented 3 years ago

The default option is already Oregon, but given Strapi's popularity in the EU, I agree that it would be good to call out the Frankfurt region as an option. We can add region attributes to the service and database definitions in our render.yaml files:

  region: oregon    # Replace with "frankfurt" for EU region

What do you think @manuelbiermann?

manuelbiermann commented 3 years ago

@davidmauskop Perfect, I think this would be good and easy to understand improvement.