Sign inSign up

teyik0/auth-api-sample

By teyik0

Updated over 2 years ago

This image is created from the auth-api-prisma-sample repository using a postgresdb

Image
Integration & delivery
API management
0

294

teyik0/auth-api-sample repository overview

Repository url here

  1. Pull the image: docker pull teyik0/auth-api-sample
  2. Run a postgres database: docker run --name postgresdb -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=adminpwd -e POSTGRES_DB=db -p 5432:5432 -d postgres
  3. Run the auth api: docker run -e DATABASE_URL=postgres://admin:adminpwd@postgresdb:5432/db -e PORT=3001 -e JWT_SECRET=<secret> -p 3001:3001 auth-api

Tag summary

Content type

Image

Digest

sha256:e6dfd95c4

Size

155.2 MB

Last updated

over 2 years ago

docker pull teyik0/auth-api-sample