This image is created from the auth-api-prisma-sample repository using a postgresdb
294
Repository url here
docker pull teyik0/auth-api-sampledocker run --name postgresdb -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=adminpwd -e POSTGRES_DB=db -p 5432:5432 -d postgresdocker run -e DATABASE_URL=postgres://admin:adminpwd@postgresdb:5432/db -e PORT=3001 -e JWT_SECRET=<secret> -p 3001:3001 auth-apiContent type
Image
Digest
sha256:e6dfd95c4…
Size
155.2 MB
Last updated
over 2 years ago
docker pull teyik0/auth-api-sample