Skip to content

Commit

Permalink
ops: enable Amazon SES support in container config
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Sep 30, 2023
1 parent a8747e6 commit 6354c79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions support/containers/compose.phoenix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
# db
DATABASE_URL: "${DATABASE_URL:?}"

# # email
# AWS_REGION: "${AWS_REGION}"
# AWS_ACCESS_KEY: "${AWS_ACCESS_KEY}"
# AWS_SECRET: "${AWS_SECRET}"
# EMAIL_RECIPIENT_CONTACT_FORM: "${EMAIL_RECIPIENT_CONTACT_FORM}"
# email
AWS_REGION: "${AWS_REGION}"
AWS_ACCESS_KEY: "${AWS_ACCESS_KEY}"
AWS_SECRET: "${AWS_SECRET}"
EMAIL_RECIPIENT_CONTACT_FORM: "${EMAIL_RECIPIENT_CONTACT_FORM}"

0 comments on commit 6354c79

Please sign in to comment.