You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 volumeThe text was updated successfully, but these errors were encountered: