- Start the development environment:
docker compose up --build -d
- Stop:
docker compose down
- If you want to clean up all the stored data use
-v
:docker compose down -v
- Frontend (Next.js) http://localhost:3000
- Backend (Strapi) http://localhost:1337
- pgAdmin4 http://localhost:5050
- Mailpit http://localhost:8025
Go to the Strapi app http://localhost:1337. The app will redirect you to the Register Admin form on your first visit. Complete the form to create your account. Once done, you become the first administrator user of this Strapi application.
You now have access to the admin panel http://localhost:1337/admin