twisted-infra / braid

Automation scripts for twistedmatrix.com
Other
6 stars 12 forks source link

containerize trac #268

Open glyph opened 3 years ago

glyph commented 3 years ago

Trac should run inside a Docker container. I guess it wants to send emails sometimes - can trac itself be configured to connect directly to mailgun? Worst case we configure it like #266 describes, and just don't bother to expose any listening ports from the container, let exim deliver to mailgun via the same secret.

But honestly I feel like the emails could just break, most stuff happens on github these days.

Also, this can use a straight upstream postgres container, moving /var/lib/postgresql/9.1/main into a volume

glyph commented 3 years ago

It also needs to talk to the commit-bot, see #269