Stream: containers

Topic: โœ” running just dev_smtp


view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 28 2023 at 13:58):

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?

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 28 2023 at 14:14):

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

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 28 2023 at 14:21):

I left a comment here: https://github.com/IQSS/dataverse/pull/9186#issuecomment-1527645761

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 28 2023 at 14:22):

I also added it to the list of things to document: https://github.com/IQSS/dataverse/issues/9540

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 28 2023 at 14:22):

very useful, I'd say

view this post on Zulip Oliver Bertuch (May 04 2023 at 07:08):

Certainly! I'm gonna mark this as resolved anyway :smile:

view this post on Zulip Notification Bot (May 04 2023 at 07:08):

Oliver Bertuch has marked this topic as resolved.


Last updated: Oct 30 2025 at 05:14 UTC