mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 09:28:19 +02:00
♻️ Refactor email sending subsystem.
This commit is contained in:
parent
132e99ab71
commit
5b9c596170
5 changed files with 272 additions and 159 deletions
|
@ -22,7 +22,6 @@ services:
|
|||
|
||||
depends_on:
|
||||
- postgres
|
||||
- smtp
|
||||
- redis
|
||||
|
||||
volumes:
|
||||
|
@ -42,17 +41,6 @@ services:
|
|||
- APP_DATABASE_URI=postgresql://postgres/penpot
|
||||
- APP_DATABASE_USERNAME=penpot
|
||||
- APP_DATABASE_PASSWORD=penpot
|
||||
- APP_SENDMAIL_BACKEND=console
|
||||
- APP_SMTP_HOST=smtp
|
||||
- APP_SMTP_PORT=25
|
||||
|
||||
smtp:
|
||||
container_name: "penpot-devenv-smtp"
|
||||
image: mwader/postfix-relay:latest
|
||||
restart: always
|
||||
environment:
|
||||
- POSTFIX_myhostname=smtp.penpot.io
|
||||
- OPENDKIM_DOMAINS=smtp.penpot.io
|
||||
|
||||
postgres:
|
||||
image: postgres:13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue