Steve is planning to review https://github.com/IQSS/dataverse/pull/9186 which changes email notifications quite a bit.
It's possible to use docker compose to run just dev_smtp and not the other containers, right? How?
This seems to work:
$ docker-compose -f docker-compose-dev.yml up dev_smtp
Creating network "dataverse_dataverse" with driver "bridge"
Recreating dev_smtp ... done
Attaching to dev_smtp
dev_smtp | MailDev using directory /mail
dev_smtp | MailDev webapp running at http://0.0.0.0:1080
dev_smtp | MailDev SMTP Server running at 0.0.0.0:25
I left a comment here: https://github.com/IQSS/dataverse/pull/9186#issuecomment-1527645761
I also added it to the list of things to document: https://github.com/IQSS/dataverse/issues/9540
very useful, I'd say
Certainly! I'm gonna mark this as resolved anyway :smile:
Oliver Bertuch has marked this topic as resolved.
Last updated: Oct 30 2025 at 05:14 UTC