strapi-nextjs-docker-boilerplate icon indicating copy to clipboard operation
strapi-nextjs-docker-boilerplate copied to clipboard

🎨 Boilerplate for building Dockerized 🐳 applications using Strapi v4 + Next.js + Postgres +Nginx

Results 4 strapi-nextjs-docker-boilerplate issues
Sort by recently updated
recently updated
newest added

I'm having an issue getting the production Admin page working on a Digital Ocean Droplet. Docker seems to be building it fine, and I can access `/strapi` without issue, but...

1. git clone https://github.com/buraste/strapi-nextjs-docker-boilerplate.git 2. cd strapi-nextjs-docker-boilerplate 3. rename .env.example to .env 4. docker-compose pull 5. docker-compose build && docker-compose up -d 6. open http://localhost/strapi/admin or http://localhost/strapi/ and click create...

I ran into the problem that localhost didn't show changes I made in the next.js files without restarting your frontend docker container. This is a suggestion to fix this problem....

upgraded Strapi to version 5.