feat: add user seeding script and update environment variables for testing
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m57s
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m57s
This commit is contained in:
@@ -14,6 +14,11 @@ services:
|
||||
- DIGEST_TOKEN_SECRET=${DIGEST_TOKEN_SECRET}
|
||||
- VAPID_PUBLIC_KEY=${VAPID_PUBLIC_KEY}
|
||||
- VAPID_PRIVATE_KEY=${VAPID_PRIVATE_KEY}
|
||||
- SEED_EMAIL=${SEED_EMAIL}
|
||||
- SEED_PASSWORD=${SEED_PASSWORD}
|
||||
- SEED_PIN=${SEED_PIN}
|
||||
- SEED_FIRST_NAME=${SEED_FIRST_NAME}
|
||||
- SEED_LAST_NAME=${SEED_LAST_NAME}
|
||||
# Add volumes, networks, etc., as needed
|
||||
|
||||
chores-test-app-frontend: # Test frontend service name
|
||||
|
||||
Reference in New Issue
Block a user