I’ve used docker on my setup. I have been wondering about this though, it causes me to need to run an AWS VM continuously to run my mailing lists, and that probably isn’t really necessary. I do sometimes wonder whether docker might be a better approach and run it under ECS, so I no longer have to look after a VM.
Even better, MM3 is just a bunch of python functions at the end of the day, and it doesn’t *need* to be running continuously. Mailing lists are, more or less by definition, event driven. Has anyone considered whether it’s feasible to turn it into a bunch of Lambda functions with a serverless database behind it?
Tim
Sent from my iPhone
On 31 Dec 2022, at 08:35, Odhiambo Washington <odhiambo@gmail.com> wrote:
On Sat, Dec 31, 2022 at 11:15 AM Johannes Rohr <johannes@rohr.org> wrote:
Dear all,
I have noticed that Ubuntu's current LTS no longer contains packages for mailman2 and its mailman3 packages are incomplete. So, prior to upgrading the server, I will have to migrate from mailman2 / distro packages to mailman3 installed either in virtualenv or docker. I have got zero experience with virtualenv and some experience with Docker. Overall, the docker method looks easier.
Is docker the default method by now? <mailman-users-leave@mailman3.org>
The default method is virtualenv, IMHO. I rarely see talk about Docker, but it also doesn't matter which option you choose to go with as long as you are able to run the core and any other bits that you require. I think at the end of the day you still end up using the settings.py and config files, albeit in a convoluted way :)
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to tim@thecutts.org