add nextjs app: yoga-app

This commit is contained in:
Schneider Roland
2025-01-10 07:42:36 +01:00
parent ae5d34c6f5
commit f059417376
12 changed files with 262 additions and 507 deletions

View File

@@ -0,0 +1,15 @@
# Copy from .env.local on the Vercel dashboard
# https://nextjs.org/learn/dashboard-app/setting-up-your-database#create-a-postgres-database
POSTGRES_URL="postgres://nextjs:nextjs@nextjs-db:5432/nextjs"
POSTGRES_URL_NON_POOLING="postgres://nextjs:nextjs@nextjs-db:5432/nextjs"
POSTGRES_USER="nextjs"
POSTGRES_HOST="nextjs-db"
POSTGRES_PORT="5432"
POSTGRES_PASSWORD="nextjs"
POSTGRES_DATABASE="nextjs"
# `openssl rand -base64 32`
AUTH_SECRET=
AUTH_URL=http://localhost:3000/api/auth
COMPOSE_PROJECT_NAME=yoga-infra