first commit
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled

This commit is contained in:
2026-04-22 19:51:20 +07:00
commit 93d1b7c3d3
579 changed files with 99797 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
ghost-dev:
environment:
# Route Ghost transactional/test emails via Mailgun SMTP instead of Mailpit.
# Values come from the host environment/.env file.
mail__transport: SMTP
mail__options__host: smtp.mailgun.org
mail__options__port: 587
mail__options__auth__user: ${MAILGUN_SMTP_USER}
mail__options__auth__pass: ${MAILGUN_SMTP_PASS}