Deploy options for Keystone 6 + Next.js + persistent file/image storage & PostgreSQL #7061
dmythro
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, recently I ran into this article from Keystone documentation and was pretty impressed by the amount of work/features done, which also aligns a lot with things I wanted to implement. Thank you for this.
I'll share some thoughts, maybe someone will find it useful or advice on own experience.
Feature request: upload file to persistent cloud/CDN
When started on app implementation, some entity definitions shown there's an issue with file upload now, for k6: only
localis supported so far. Then I found this discussion and seems like NPM modules like@k6-contrib/fields-s3and@k6-contrib/fields-s3-imagesshould cover S3 files (didn't check yet though).My questions are:
Question: stack deploy options (small & medium projects)
So, app with a separate file storage, PostgreSQL, based on Keystone 6 + Next.js stack (a bit more advanced that specified in docs).
Which are the best/recommended options for modern deployment of this kind of apps? With CI, auto-deploy on push etc.
I've considered Vercel first as it was in docs. But I need a PostgreSQL database. Any managed PostgreSQL is outside Vercel and most probably will cause delays in responses/processing.
Then I checked other cloud platforms:
Beta Was this translation helpful? Give feedback.
All reactions