feat: add environment variable support for admin user creation in backend
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m31s

This commit is contained in:
2026-04-21 14:34:58 -04:00
parent cdfaf7ead1
commit 3d599243c7
3 changed files with 39 additions and 17 deletions

View File

@@ -19,6 +19,10 @@ services:
- SEED_PIN=${SEED_PIN}
- SEED_FIRST_NAME=${SEED_FIRST_NAME}
- SEED_LAST_NAME=${SEED_LAST_NAME}
- ADMIN_EMAIL=${ADMIN_EMAIL}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME}
- ADMIN_LAST_NAME=${ADMIN_LAST_NAME}
volumes:
- chores-test-app-backend-data:/app/data