Cursor + MCP's | Docker | Strapi v5 | Next JS | Render
dev.toยท2hยท
Discuss: DEV
โšกDevOps
Preview
Report Post

๐Ÿš€ Today my mission was to deploy a Strapi CMS that would power the content for my portfolio website.

I wanted to create the fastest and most efficient development workflow possible. So I looked for a cloud solution that could load and deploy Docker images straight out of the box.

โ˜๏ธ That is when I discovered Render, a cloud platform that builds Docker images directly from a GitHub repository. This allows you to run the exact same versions locally and in production, in my case Strapi v5 and PostgreSQL 16.

๐Ÿ’ฌ After some back and forth with Grok from xAi, while sitting on the toilet, I figured out exactly how to use Render with a Render configuration file. This file defines your server structure in a clean and organised way. It is similar to a Docker file but created specifically for โ€ฆ

Similar Posts

Loading similar posts...