Self-service password reset
This commit is contained in:
@@ -7,6 +7,11 @@ services:
|
||||
- AUTH_SECRET=change-this-secret-in-production-please
|
||||
- ADMIN_USERNAME=admin
|
||||
- ADMIN_PASSWORD=Admin123!
|
||||
- EMAIL_HOST=smtp.example.com
|
||||
- EMAIL_PORT=587
|
||||
- EMAIL_USER=noreply@example.com
|
||||
- EMAIL_PASSWORD=your-email-password
|
||||
- EMAIL_FROM=New Life Christian Church <noreply@example.com>
|
||||
container_name: nlcc-itinerary
|
||||
ports:
|
||||
- "3002:3000"
|
||||
@@ -18,4 +23,9 @@ services:
|
||||
- SITE_URL=https://nlcc.rydertech.us
|
||||
- ADMIN_USERNAME=admin
|
||||
- ADMIN_PASSWORD=Admin123!
|
||||
- EMAIL_HOST=smtp.example.com
|
||||
- EMAIL_PORT=587
|
||||
- EMAIL_USER=noreply@example.com
|
||||
- EMAIL_PASSWORD=your-email-password
|
||||
- EMAIL_FROM=New Life Christian Church <noreply@example.com>
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user