Migrate to coop-cloud setup #1

Closed
opened 2020-11-06 12:03:34 +00:00 by decentral1se · 6 comments
Owner
No description provided.
decentral1se self-assigned this 2020-11-06 12:03:34 +00:00
Author
Owner
> https://github.com/maxking/docker-mailman/blob/master/docker-compose.yaml
Author
Owner

Chaos mode engaged:

https://git.autonomic.zone/coop-cloud/mailman3/src/branch/master/compose.yml

Mailman3 is fairly hard to setup 🙈

Chaos mode engaged: > https://git.autonomic.zone/coop-cloud/mailman3/src/branch/master/compose.yml Mailman3 is fairly hard to setup 🙈
Author
Owner

Hey so https://git.autonomic.zone/coop-cloud/foodsoft/src/branch/main/compose.yml#L140 shows that you can just slap a deploy: ... and some labels: ... onto any service in a stack and if you have the right entrypoint loaded into traefik and the firewall open then you get traffic to that container. That seems to suit just fine then given that I need to open 80/443 for the web interface but also the LMTP service.

Hey so https://git.autonomic.zone/coop-cloud/foodsoft/src/branch/main/compose.yml#L140 shows that you can just slap a `deploy: ...` and some `labels: ...` onto any service in a stack and if you have the right entrypoint loaded into traefik and the firewall open then you get traffic to that container. That seems to suit just fine then given that I need to open 80/443 for the web interface but also the LMTP service.
Author
Owner

Current status is:

  • core/web services are nearly fully configured
  • I need to add an nginx service to proxy the web uwsgi web interface
  • I need to add a postfix service to receive and send mail
    • this needs to sit on the overlay network so that mailu postfix can forward on mails to it successfully. this local postfix needs to be plugged into the core/web configurations via various SMTP configuration knobs (will need to get to that)

This still feels quite complicated but hopefully will get there.

Current status is: - core/web services are nearly fully configured - I need to add an nginx service to proxy the web uwsgi web interface - I need to add a postfix service to receive and send mail - this needs to sit on the overlay network so that mailu postfix can forward on mails to it successfully. this local postfix needs to be plugged into the core/web configurations via various SMTP configuration knobs (will need to get to that) This still feels quite complicated but hopefully will get there.
decentral1se removed their assignment 2021-01-05 15:13:52 +00:00
Author
Owner
Coming back on this one. > https://github.com/maxking/docker-mailman
Author
Owner

OK, just the postfix container to wire up and then gonna chase up https://git.autonomic.zone/coop-cloud/mailu/issues/1 and this should be working.

OK, just the postfix container to wire up and then gonna chase up https://git.autonomic.zone/coop-cloud/mailu/issues/1 and this should be working.
Sign in to join this conversation.
No description provided.