Skip to content

Add local Docker config for Mailer #989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2021
Merged

Add local Docker config for Mailer #989

merged 1 commit into from
Aug 28, 2021

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Aug 28, 2021

When using the Mailer locally, let's use a mail catcher automatically.

/cc @dunglas

Q A
License MIT
Doc issue/PR n/a

@github-actions
Copy link

github-actions bot commented Aug 28, 2021

Diff between recipe versions

Thanks for the PR 😍

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@@ -5,5 +5,14 @@
"env": {
"#1": "MAILER_DSN=smtp://localhost"
},
"docker-compose": {
"docker-compose.override.yml": {
"services": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to move this to a separate file to instead of writing (maybe more complex) services in json

This is more a feature request/idea for flex.

WDYT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discuss this in the past, and IIRC, we did this as we already had all the infrastructure to update files with data from the manifest. We might want to revisit this indeed as doing it in a JSON file is not optimal to say the least :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback 👌🏻

@fabpot fabpot merged commit 5e74696 into master Aug 28, 2021
@fabpot fabpot deleted the docker-mailer-support branch August 28, 2021 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants