Files
tymeslot/compose.mail.sendgrid.yml
2026-09-17 12:59:36 +01:00

14 lines
264 B
YAML

---
version: "3.8"
services:
app:
secrets:
- sendgrid_api_key
secrets:
# Needs the "Mail Send" permission; nothing else is used.
sendgrid_api_key:
external: true
name: ${STACK_NAME}_sendgrid_api_key_${SECRET_SENDGRID_API_KEY_VERSION:-v1}