feat: Stripe secrets fixes
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 26s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 6s

This commit is contained in:
Eric Gullickson
2026-01-18 19:08:58 -06:00
parent 03fa9c3103
commit 52c0b59a86

View File

@@ -121,6 +121,8 @@ services:
- ./secrets/app/resend-api-key.txt:/run/secrets/resend-api-key:ro - ./secrets/app/resend-api-key.txt:/run/secrets/resend-api-key:ro
- ./secrets/app/auth0-management-client-id.txt:/run/secrets/auth0-management-client-id:ro - ./secrets/app/auth0-management-client-id.txt:/run/secrets/auth0-management-client-id:ro
- ./secrets/app/auth0-management-client-secret.txt:/run/secrets/auth0-management-client-secret:ro - ./secrets/app/auth0-management-client-secret.txt:/run/secrets/auth0-management-client-secret:ro
- ./secrets/app/stripe-secret-key.txt:/run/secrets/stripe-secret-key
- ./secrets/app/stripe-webhook-secret.txt:/run/secrets/stripe-webhook-secret
# Filesystem storage for documents # Filesystem storage for documents
- ./data/documents:/app/data/documents - ./data/documents:/app/data/documents
# Filesystem storage for backups # Filesystem storage for backups