Skip to content

Commit

Permalink
fix: 🐛 sendgrid variables config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignazio Bovo committed Sep 13, 2023
1 parent 7dc4190 commit 9a77840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-no-bind-volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ services:
- DB_PASS=${ORION_DB_PASS}
- DB_PORT=${ORION_DB_PORT}
- DB_HOST=orion-db
- SENDGRID_API_KEY=${ORION_SENDGRID_API_KEY}
- SENDGRID_FROM_EMAIL=${ORION_SENDGRID_FROM_EMAIL}
command: ['npm', 'run', 'auth-server-start']
ports:
- '127.0.0.1:${AUTH_API_PORT}:${AUTH_API_PORT}'
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ services:
- DB_PASS=${ORION_DB_PASS}
- DB_PORT=${ORION_DB_PORT}
- DB_HOST=orion-db
- SENDGRID_API_KEY=${ORION_SENDGRID_API_KEY}
- SENDGRID_FROM_EMAIL=${ORION_SENDGRID_FROM_EMAIL}
command: ['npm', 'run', 'auth-server-start']
ports:
- '127.0.0.1:${AUTH_API_PORT}:${AUTH_API_PORT}'
Expand Down

0 comments on commit 9a77840

Please sign in to comment.