testing docker compse

This commit is contained in:
briannelson95
2025-06-30 17:20:27 -04:00
parent 6efc29c669
commit 079fecc7c0
11 changed files with 678 additions and 240 deletions

View File

@@ -1,11 +1,20 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/wedding_planner
# Database
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=wedding_planner
POSTGRES_HOST=postgres
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}
# App Config
NEXTAUTH_SECRET=your-secret
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_BASE_URL=http://localhost:3000
SMTP_HOST=smtp.example.com
# SMTP (optional)
SMTP_HOST=mail.smtp2go.com
SMTP_PORT=587
SMTP_USER=your@email.com
SMTP_PASS=yourpassword
SMTP_USER=briannelson.dev
SMTP_PASS=xgh14Mq9cKrYt65m
SMTP_FROM_NAME=Wedding Planner
SMTP_FROM_EMAIL=your@email.com
SMTP_FROM_EMAIL=hello@briannelson.dev