CursorLens icon indicating copy to clipboard operation
CursorLens copied to clipboard

feat: add docker compose for pg db, pgadmin and ngrok

Open gruckion opened this issue 6 months ago • 5 comments

… scripts

  • Introduces a docker compose to provision a local pg database and a make file. make up to spin up the pg database.
  • Also introduces prisma alias scripts in package.json. pnpm db:push for getting the local db ready.
  • Added ngrok to the docker-compose and update the readme.

CleanShot 2024-08-20 at 10 17 36@2x

Users now only need to run;

❯ make up
❯ make ngrok-url
Fetching ngrok URL...
https://00a0-000-000-0-000.ngrok-free.app

And it reads the API key from .env

NGROK_AUTHTOKEN=

gruckion avatar Aug 18 '24 17:08 gruckion