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