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 2m28s

This commit is contained in:
2026-04-21 15:26:48 -04:00
parent 3d599243c7
commit 6b3e2cd9ba

View File

@@ -8,7 +8,7 @@ services:
- "5004:5000" # Host 5004 -> Container 5000 - "5004:5000" # Host 5004 -> Container 5000
environment: environment:
- FLASK_ENV=development - FLASK_ENV=development
- FRONTEND_URL=https://devserver.lan:446 # Add this for test env - FRONTEND_URL=https://dev.chores.ryankegel.com # Add this for test env
- SECRET_KEY=${SECRET_KEY} - SECRET_KEY=${SECRET_KEY}
- REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS} - REFRESH_TOKEN_EXPIRY_DAYS=${REFRESH_TOKEN_EXPIRY_DAYS}
- DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET} - DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}