fix(penpot): correctly name mailcatcher
This commit is contained in:
parent
c17d605334
commit
8a20cf4a3b
2 changed files with 4 additions and 4 deletions
|
@ -57,9 +57,9 @@ PENPOT_TELEMETRY_REFERER=compose
|
||||||
## provider. Emails are used to confirm user registrations & invitations. Look below
|
## provider. Emails are used to confirm user registrations & invitations. Look below
|
||||||
## how the mailcatch service is configured.
|
## how the mailcatch service is configured.
|
||||||
|
|
||||||
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com
|
PENPOT_SMTP_DEFAULT_FROM=no-reply@penpot.example.com
|
||||||
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com
|
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@penpot.example.com
|
||||||
PENPOT_SMTP_HOST=penpot-mailcatch
|
PENPOT_SMTP_HOST=penpot-mailcatcher
|
||||||
PENPOT_SMTP_PORT=1025
|
PENPOT_SMTP_PORT=1025
|
||||||
PENPOT_SMTP_USERNAME=
|
PENPOT_SMTP_USERNAME=
|
||||||
PENPOT_SMTP_PASSWORD=
|
PENPOT_SMTP_PASSWORD=
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Penpot mailcatch
|
Description=Penpot mailcatcher
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=on-failure
|
Restart=on-failure
|
Loading…
Add table
Reference in a new issue