mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "MAILER_DSN=smtp://localhost"
|
|
},
|
|
"docker-compose": {
|
|
"docker-compose.override.yml": {
|
|
"services": [
|
|
"mailer:",
|
|
" image: schickling/mailcatcher",
|
|
" ports: [1025, 1080]"
|
|
]
|
|
}
|
|
},
|
|
"aliases": ["mailer", "mail"]
|
|
}
|