update GTS with SMTP config
This commit is contained in:
parent
327a47169f
commit
e1a85e8c6f
@ -19,6 +19,12 @@ services:
|
|||||||
GTS_OIDC_CLIENT_ID: {{ gts_oidc_client_id }}
|
GTS_OIDC_CLIENT_ID: {{ gts_oidc_client_id }}
|
||||||
GTS_OIDC_CLIENT_SECRET: {{ gts_oidc_client_secret }}
|
GTS_OIDC_CLIENT_SECRET: {{ gts_oidc_client_secret }}
|
||||||
GTS_OIDC_LINK_EXISTING: "true"
|
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
|
TZ: UTC
|
||||||
volumes:
|
volumes:
|
||||||
- gotosocial:/gotosocial/storage
|
- gotosocial:/gotosocial/storage
|
||||||
|
Loading…
Reference in New Issue
Block a user