Skip to content

Commit

Permalink
add from_email env for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Sep 5, 2024
1 parent 71ffdf1 commit 5abb5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/prod/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- EMAIL_SERVER_PORT=${EMAIL_SERVER_PORT}
- EMAIL_SERVER_USER=${EMAIL_SERVER_USER}
- EMAIL_SERVER_PASSWORD=${EMAIL_SERVER_PASSWORD}
- FROM_EMAIL=${FROM_EMAIL}
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit 5abb5d5

Please sign in to comment.