mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Add local Docker config for Mailer
This commit is contained in:
@@ -5,5 +5,14 @@
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=smtp://localhost"
|
||||
},
|
||||
"docker-compose": {
|
||||
"docker-compose.override.yml": {
|
||||
"services": [
|
||||
"mailer:",
|
||||
" image: schickling/mailcatcher",
|
||||
" ports: [1025, 1080]"
|
||||
]
|
||||
}
|
||||
},
|
||||
"aliases": ["mailer", "mail"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user