mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
13 lines
249 B
Bash
13 lines
249 B
Bash
|
DB_CLIENT=mysql
|
||
|
DB_HOST=database
|
||
|
DB_USER=root
|
||
|
DB_ROOT_PASS=password1
|
||
|
DB_USER_PASS=password2
|
||
|
DB_NAME=ghost
|
||
|
|
||
|
SMTP_HOST=smtp.google.com
|
||
|
SMTP_PORT=587
|
||
|
SMTP_USER=blog@example.com
|
||
|
SMTP_PASS=my-secure-smtp-password
|
||
|
SMTP_MAIL_FROM="Ghost <blog@example.com"
|