docker-compose
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
# Database credentials (used by both db and web services in docker-compose.yml)
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=qrmaster
|
||||
|
||||
# Note: DATABASE_URL and DIRECT_URL are auto-generated from POSTGRES_* vars in docker-compose.yml
|
||||
# You don't need to set them here when using Docker Compose
|
||||
NODE_ENV=production
|
||||
PORT=3000
|
||||
DATABASE_URL=postgresql://postgres:postgres@db:5432/qrmaster?schema=public
|
||||
DIRECT_URL=postgresql://postgres:postgres@db:5432/qrmaster?schema=public
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_SECRET=CHANGE_ME
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user