Skip to content

Commit

Permalink
Use maildev instead of mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
markmetcalfe committed Nov 26, 2024
1 parent b2e9b1f commit 7c14b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Although this project started as a development environment for Totara Learn it c
* Microsoft SQL Server ([2017](https://www.microsoft.com/en-us/sql-server/sql-server-2017), [2019](https://www.microsoft.com/en-us/sql-server/sql-server-2019), [2022](https://www.microsoft.com/en-us/sql-server/sql-server-2022))
* [NodeJS](https://nodejs.org/) for building, developing and testing frontend code
* A [PHPUnit](https://phpunit.de/) and [Behat](http://behat.org/en/latest/) setup to run tests (including [Selenium](https://www.seleniumhq.org/))
* A [mailcatcher](https://mailcatcher.me/) instance to view sent emails
* A [MailDev](https://github.com/maildev/maildev?tab=readme-ov-file#maildev) instance to view sent emails
* [Redis](https://redis.io/) for caching and/or session handling
* [XHProf](https://github.com/tideways/php-xhprof-extension) for profiling
* [XDebug](https://xdebug.org/) installed, ready for debugging with your favorite IDE
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ services:
working_dir: ${REMOTE_SRC}

mailcatcher:
image: tophfr/mailcatcher
image: maildev/maildev
container_name: totara_mailcatcher
ports:
- "8080:80"
- "8080:1080"
environment:
TZ: ${TIME_ZONE}
networks:
Expand Down

0 comments on commit 7c14b3b

Please sign in to comment.