chore: Update turbo.json and example docker-compose to include Plunk .env variables

This commit is contained in:
Dries Augustyns
2025-12-12 12:31:30 +01:00
parent 2485d2ff1d
commit 9cf5222c8c
2 changed files with 13 additions and 3 deletions
+4
View File
@@ -183,6 +183,10 @@ services:
# If using PEM files, SMTP_DOMAIN is optional
SMTP_DOMAIN: ${SMTP_DOMAIN:-}
# Platform emails
PLUNK_API_KEY: ${PLUNK_API_KEY:-}
PLUNK_FROM_ADDRESS: ${PLUNK_FROM_ADDRESS:-}
volumes:
# Persistent storage for application data
- plunk_data:/app/data