- Rename
next/.env.example
tonext/.env
- In
/next/.env
changeIMG_SRC
to the URI where the images are stored.
- Make a copy of
next/.env.dev
and name it.env.dev.local
. - Populate
next/.env.dev.local
with secretes. - Make a copy of
next/prisma/.env.example
and name it.env
.
docker compose up --build
When /next/prisma/prisma.schema
is updated run yarn prisma generate
.