update GTS with SMTP config

This commit is contained in:
Phil 2024-10-09 12:57:30 -06:00
parent 327a47169f
commit e1a85e8c6f

View File

@ -19,6 +19,12 @@ services:
GTS_OIDC_CLIENT_ID: {{ gts_oidc_client_id }}
GTS_OIDC_CLIENT_SECRET: {{ gts_oidc_client_secret }}
GTS_OIDC_LINK_EXISTING: "true"
GTS_HTTP_CLIENT: "20s"
GTS_SMTP_HOST: "smtp.resend.com"
GTS_SMTP_PORT: "587"
GTS_SMTP_USERNAME: "resend"
GTS_SMTP_PASSWORD: {{ resend_key }}
GTS_SMTP_FROM: "social@updates.thesatelliteoflove.com"
TZ: UTC
volumes:
- gotosocial:/gotosocial/storage