replace mailjet with sendgrid
This commit is contained in:
@@ -47,7 +47,6 @@ services:
|
||||
- DB_HOST=db
|
||||
- DB_PORT=5432
|
||||
- EMAIL_API_KEY_FILE=/run/secrets/BACKEND_EMAIL_API_KEY
|
||||
- EMAIL_API_SECRET_FILE=/run/secrets/BACKEND_EMAIL_API_SECRET
|
||||
|
||||
secrets:
|
||||
- BACKEND_SECRET_KEY
|
||||
@@ -55,7 +54,6 @@ services:
|
||||
- BACKEND_DB_USER
|
||||
- BACKEND_DB_PASSWD
|
||||
- BACKEND_EMAIL_API_KEY
|
||||
- BACKEND_EMAIL_API_SECRET
|
||||
secrets:
|
||||
BACKEND_SECRET_KEY:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user