For Programmers, By Programmers.
Self-hosting Strapi using Docker and Nginx.
Youtube Video: Link
- Clone Repo
cd ~/Dev
mkdir ~/Dev/selfhost-strapi -p
cd ~/Dev/selfhost-strapi
git clone https://github.com/codingforinnovations/selfhost-strapi.git .
- Copy
.env.example
->.env
cp .env.example .env
- Run strapi!
docker compose up --build
Open Strapi in : http://0.0.0.0