Skip to content

Commit 321ee47

Browse files
htuschermblaschke
authored andcommitted
[TASK] switch to mailhog (#50)
Mailhog is written in go and has a much lower footprint than mailcatcher. It also offers an API to automatically check for mails in tests and it doesn't randomly stack up memory usage and crash.
1 parent cec4412 commit 321ee47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.development.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
context: .
99
dockerfile: Dockerfile.development
1010
links:
11-
- mailcatcher
11+
- mailhog
1212
- mysql
1313
#- postgres
1414
#- solr
@@ -132,14 +132,14 @@ services:
132132
# - etc/environment.development.yml
133133

134134
#######################################
135-
# Mailcatcher
135+
# Mailhog
136136
#######################################
137-
mailcatcher:
138-
image: schickling/mailcatcher
137+
mailhog:
138+
image: mailhog/mailhog
139139
ports:
140-
- 1080:1080
140+
- 8025:8025
141141
environment:
142-
- VIRTUAL_HOST=mailcatcher.docker
142+
- VIRTUAL_HOST=mailhog.docker
143143

144144
#######################################
145145
# FTP (vsftpd)

0 commit comments

Comments
 (0)