Skip to content

Commit

Permalink
Replace mailhog with mailpit
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 7, 2024
1 parent 3c82e0e commit 706dc97
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/drupal/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add `127.0.0.1 drupal.docker.localhost` to your `/etc/hosts` file (some browsers
| `nginx/apache` | `http://drupal.docker.localhost:8000` |
| `pma` | `http://pma.drupal.docker.localhost:8000` |
| `adminer` | `http://adminer.drupal.docker.localhost:8000` |
| `mailhog` | `http://mailhog.drupal.docker.localhost:8000` |
| `mailpit` | `http://mailpit.drupal.docker.localhost:8000` |
| `solr` | `http://solr.drupal.docker.localhost:8000` |
| `nodejs` | `http://nodejs.drupal.docker.localhost:8000` |
| `node` | `http://front.drupal.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/laravel/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add `127.0.0.1 laravel.docker.localhost` to your `/etc/hosts` file (some browser
| `nginx/apache` | `http://laravel.docker.localhost:8000` |
| `pma` | `http://pma.laravel.docker.localhost:8000` |
| `adminer` | `http://adminer.laravel.docker.localhost:8000` |
| `mailhog` | `http://mailhog.laravel.docker.localhost:8000` |
| `mailpit` | `http://mailpit.laravel.docker.localhost:8000` |
| `solr` | `http://solr.laravel.docker.localhost:8000` |
| `kibana` | `http://kibana.laravel.docker.localhost:8000` |
| `node` | `http://front.laravel.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/php/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add `127.0.0.1 php.docker.localhost` to your `/etc/hosts` file (some browsers li
| `nginx/apache` | `http://php.docker.localhost:8000` |
| `pma` | `http://pma.php.docker.localhost:8000` |
| `adminer` | `http://adminer.php.docker.localhost:8000` |
| `mailhog` | `http://mailhog.php.docker.localhost:8000` |
| `mailpit` | `http://mailpit.php.docker.localhost:8000` |
| `solr` | `http://solr.php.docker.localhost:8000` |
| `kibana` | `http://kibana.php.docker.localhost:8000` |
| `node` | `http://front.php.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/python/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add `127.0.0.1 python.docker.localhost` to your `/etc/hosts` file (some browsers
| ------------ | ------------------------------------------ |
| `nginx` | `http://python.docker.localhost:8000` |
| `adminer` | `http://adminer.python.docker.localhost:8000` |
| `mailhog` | `http://mailhog.python.docker.localhost:8000` |
| `mailpit` | `http://mailpit.python.docker.localhost:8000` |
| `solr` | `http://solr.python.docker.localhost:8000` |
| `kibana` | `http://kibana.python.docker.localhost:8000` |
| `node` | `http://front.python.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/ruby/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add `127.0.0.1 ruby.docker.localhost` to your `/etc/hosts` file (some browsers l
| ------------ | ------------------------------------------ |
| `nginx` | `http://ruby.docker.localhost:8000` |
| `adminer` | `http://adminer.ruby.docker.localhost:8000` |
| `mailhog` | `http://mailhog.ruby.docker.localhost:8000` |
| `mailpit` | `http://mailpit.ruby.docker.localhost:8000` |
| `solr` | `http://solr.ruby.docker.localhost:8000` |
| `kibana` | `http://kibana.ruby.docker.localhost:8000` |
| `node` | `http://front.ruby.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/docs/stacks/wordpress/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add `127.0.0.1 wp.docker.localhost` to your `/etc/hosts` file (some browsers lik
| `nginx/apache` | `http://wp.docker.localhost:8000` |
| `pma` | `http://pma.wp.docker.localhost:8000` |
| `adminer` | `http://adminer.wp.docker.localhost:8000` |
| `mailhog` | `http://mailhog.wp.docker.localhost:8000` |
| `mailpit` | `http://mailpit.wp.docker.localhost:8000` |
| `varnish` | `http://varnish.wp.docker.localhost:8000` |
| `portainer` | `http://portainer.wp.docker.localhost:8000` |
| `webgrind` | `http://webgrind.wp.docker.localhost:8000` |
Expand Down
2 changes: 1 addition & 1 deletion 1.0/includes/local/php-mail.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
By default `mailhog` service enabled to catch all outbound emails, you can switch to `opensmtpd` (uncomment corresponding service in the compose file) if you need to actually delivery emails. OpenSMTPD can be used together with a third-party SMTP service for guaranteed email delivery by providing [`RELAY_` environment variables](https://github.com/wodby/opensmtpd/#environment-variables)
By default `mailpit` service enabled to catch all outbound emails, you can switch to `opensmtpd` (uncomment corresponding service in the compose file) if you need to actually delivery emails. OpenSMTPD can be used together with a third-party SMTP service for guaranteed email delivery by providing [`RELAY_` environment variables](https://github.com/wodby/opensmtpd/#environment-variables)

If you want to use OpenSMTPD replace the following env vars:
```
Expand Down

0 comments on commit 706dc97

Please sign in to comment.