feat: Add environment variables
This commit is contained in:
@@ -3,3 +3,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
environment:
|
||||||
|
- EMAIL_TO=${EMAIL_TO:-destinatary}
|
||||||
|
- EMAIL_FROM=${EMAIL_FROM:-owner}
|
||||||
|
- EMAIL_USER=${EMAIL_USER:-user}
|
||||||
|
- EMAIL_PASS=${EMAIL_PASS:-password}
|
||||||
|
|||||||
Reference in New Issue
Block a user