spamassassin test
This commit is contained in:
parent
f06d2e7219
commit
7e646d2ae9
@ -10,6 +10,7 @@ services:
|
||||
- ./uwsgi:/tmp/uwsgi
|
||||
depends_on:
|
||||
- db
|
||||
- spamassassin
|
||||
environment:
|
||||
MONGODB_HOST: db
|
||||
SMTP_SERVER_ADDRESS: toto.mail
|
||||
@ -36,3 +37,7 @@ services:
|
||||
nginx_uid: 1000
|
||||
depends_on:
|
||||
- mailer
|
||||
|
||||
spamassassin:
|
||||
image: dinkel/spamassassin
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user