Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit b399f2b

Browse files
committed
More generic solution for configuring mailcatcher
1 parent ce8e874 commit b399f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/app.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RAILS_DB_USERNAME=hitobito
55
RAILS_DB_PASSWORD=hitobito
66
RAILS_DB_NAME=hitobito
77
MEMCACHE_SERVERS=cache
8-
MAILCATCHER_HOST=mail
8+
RAILS_MAIL_DELIVERY_METHOD=smtp
9+
RAILS_MAIL_DELIVERY_CONFIG=address: mail, port: 1025
910
RAILS_SPHINX_HOST=sphinx

0 commit comments

Comments
 (0)