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 1de4b0a commit 90b9b5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ The Ruby stack consist of the following containers:
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] |||
| [Valkey] | 7 | [wodby/valkey] |||
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] || |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| Mailpit | latest | [axllent/mailpit] | ||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| Traefik | latest | [_/traefik] |||
## Documentation
Expand Down Expand Up @@ -68,7 +68,6 @@ This project is licensed under the MIT open source license.
[AthenaPDF]: https://wodby.com/docs/stacks/ruby/containers#athenapdf
[Elasticsearch]: https://wodby.com/docs/stacks/elasticsearch
[Kibana]: https://wodby.com/docs/stacks/elasticsearch
[Mailhog]: https://wodby.com/docs/stacks/ruby/containers#mailhog
[MariaDB]: https://wodby.com/docs/stacks/ruby/containers#mariadb
[Memcached]: https://wodby.com/docs/stacks/ruby/containers#memcached
[Nginx]: https://wodby.com/docs/stacks/ruby/containers#nginx
Expand All @@ -85,7 +84,7 @@ This project is licensed under the MIT open source license.
[_/traefik]: https://hub.docker.com/_/traefik
[arachnysdocker/athenapdf-service]: https://hub.docker.com/r/arachnysdocker/athenapdf-service
[blackfire/blackfire]: https://hub.docker.com/r/blackfire/blackfire
[mailhog/mailhog]: https://hub.docker.com/r/mailhog/mailhog
[axllent/mailpit]: https://hub.docker.com/r/axllent/mailpit
[wodby/adminer]: https://hub.docker.com/r/wodby/adminer
[wodby/elasticsearch]: https://github.com/wodby/elasticsearch
[wodby/kibana]: https://github.com/wodby/kibana
Expand Down
10 changes: 5 additions & 5 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ services:
labels:
- "traefik.http.routers.${PROJECT_NAME}_nginx.rule=Host(`${PROJECT_BASE_URL}`)"

mailhog:
image: mailhog/mailhog
container_name: "${PROJECT_NAME}_mailhog"
mailpit:
image: mailpit/mailpit
container_name: "${PROJECT_NAME}_mailpit"
labels:
- "traefik.http.services.${PROJECT_NAME}_mailhog.loadbalancer.server.port=8025"
- "traefik.http.routers.${PROJECT_NAME}_mailhog.rule=Host(`mailhog.${PROJECT_BASE_URL}`)"
- "traefik.http.services.${PROJECT_NAME}_mailpit.loadbalancer.server.port=8025"
- "traefik.http.routers.${PROJECT_NAME}_mailpit.rule=Host(`mailpit.${PROJECT_BASE_URL}`)"

# varnish:
# image: wodby/varnish:$VARNISH_TAG
Expand Down

0 comments on commit 90b9b5c

Please sign in to comment.