mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Simplify configuration
This commit is contained in:
@@ -10,19 +10,13 @@
|
||||
"services": [
|
||||
"mailer:",
|
||||
" image: axllent/mailpit",
|
||||
" restart: always",
|
||||
" volumes:",
|
||||
" - mailer_data:/data",
|
||||
" ports:",
|
||||
" - \"1025\"",
|
||||
" - \"8025\"",
|
||||
" environment:",
|
||||
" MP_MAX_MESSAGES: 5000",
|
||||
" MP_DATA_FILE: /data/mailpit.db",
|
||||
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
|
||||
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
|
||||
],
|
||||
"volumes": ["mailer_data:"]
|
||||
}
|
||||
},
|
||||
"aliases": ["mailer", "mail"]
|
||||
|
||||
Reference in New Issue
Block a user