vercel or a $12 vps for an app router app at 300k requests a month Deploy
Solo, budget is $40/month all-in including the database. Currently doing about 300k requests a month, of which maybe 240k are cached HTML. ISR on roughly 900 pages that revalidate hourly, and image optimisation on user-uploaded photos, which I suspect is the expensive part.
I can run Docker, I have set up nginx before, I do not enjoy it. What actually goes wrong on the VPS side that people do not mention until you are already there?
@metronome_mel · 4mo ago
Been on a €4.50 box for 14 months with a Next app, Postgres and a worker. It is genuinely fine. The compose file is 30 lines, backups are a nightly
pg_dumpto object storage with a 14-day retention, and I have had one incident, which was me filling the disk with logs because I never set a rotation policy.Set log rotation on day one. That is the whole warning.
Reply
Report