14 lines
264 B
YAML
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}
|