Skip to content

Commit

Permalink
feat(docker): define sample local Docker environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TAnas0 committed Sep 12, 2024
1 parent 4f3e811 commit d436d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Environment variables to use for local Docker setup
DATABASE_URL="postgresql://postgres:password@db:5432/prisma?schema=public"
NODE_ENV="development"

0 comments on commit d436d09

Please sign in to comment.