Email list hosting service & mailing list manager

Container-based infrastructure Lassi Kortela (16 Aug 2022 10:43 UTC)
Re: Container-based infrastructure Lassi Kortela (16 Aug 2022 13:08 UTC)
Re: Container-based infrastructure Arthur A. Gleckler (17 Aug 2022 02:17 UTC)
Re: Container-based infrastructure Lassi Kortela (17 Aug 2022 06:47 UTC)
Re: Container-based infrastructure Peter Lane (17 Aug 2022 14:27 UTC)
Re: Container-based infrastructure Lassi Kortela (23 Aug 2022 07:00 UTC)

Re: Container-based infrastructure Lassi Kortela 16 Aug 2022 13:08 UTC

> - For dynamic sits, the container should run a HTTP server that serves
>    the site. Nginx reverse proxy can map the in-container server's port
>    to some URL that is visible to the web-browsing public.

I wasn't thinking straight; a two-step solution is needed here. First, a
build container builds the server program and outputs the executable and
supporting files as a tar archive. (Just as for static sites.) That tar
file contains another Containerfile. That second Containerfile runs the
actual server program.