feat: Add environment variables

This commit is contained in:
2026-04-04 21:41:25 -05:00
parent cc317ef83d
commit 8616d8e6f4

View File

@@ -3,3 +3,8 @@ services:
build:
context: .
dockerfile: Dockerfile
environment:
- EMAIL_TO=${EMAIL_TO:-destinatary}
- EMAIL_FROM=${EMAIL_FROM:-owner}
- EMAIL_USER=${EMAIL_USER:-user}
- EMAIL_PASS=${EMAIL_PASS:-password}