You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid starting mailhog and adminer during testing. Fixes#68
- Starting unnecessary services takes time and consumes resources
- Remove the need to start optional services
- Users may need to add the `--remove-orphans` flag the first time they
run `docker-compose down` after this change. Docker will alert users
if this is the case.
Co-authored-by: Linda <[email protected]>
0 commit comments