docker-compose prod email
This commit is contained in:
parent
3fa506816b
commit
71f5cb3632
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ services:
|
||||||
- "DB_PORT=${DB_PORT}"
|
- "DB_PORT=${DB_PORT}"
|
||||||
- "DB_USER=${DB_USER}"
|
- "DB_USER=${DB_USER}"
|
||||||
- "SECRET_KEY=${SECRET_KEY}"
|
- "SECRET_KEY=${SECRET_KEY}"
|
||||||
|
- "EMAIL_HOST_PASSWORD=${EMAIL_HOST_PASSWORD}"
|
||||||
|
- "EMAIL_HOST_USER=${EMAIL_HOST_USER}"
|
||||||
|
- "EMAIL_HOST=${EMAIL_HOST}"
|
||||||
|
- "EMAIL_PORT=${EMAIL_PORT}"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue