fix(penpot): correctly name mailcatcher

This commit is contained in:
redbeardymcgee 2025-04-22 10:43:22 -05:00
parent c17d605334
commit 8a20cf4a3b
2 changed files with 4 additions and 4 deletions

View file

@ -57,9 +57,9 @@ PENPOT_TELEMETRY_REFERER=compose
## provider. Emails are used to confirm user registrations & invitations. Look below
## how the mailcatch service is configured.
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com
PENPOT_SMTP_HOST=penpot-mailcatch
PENPOT_SMTP_DEFAULT_FROM=no-reply@penpot.example.com
PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@penpot.example.com
PENPOT_SMTP_HOST=penpot-mailcatcher
PENPOT_SMTP_PORT=1025
PENPOT_SMTP_USERNAME=
PENPOT_SMTP_PASSWORD=

View file

@ -1,5 +1,5 @@
[Unit]
Description=Penpot mailcatch
Description=Penpot mailcatcher
[Service]
Restart=on-failure