added stalwart

This commit is contained in:
2025-05-16 13:24:32 +02:00
parent a79b1b7281
commit b072ac82e1
4 changed files with 47 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ in {
services.podman.containers.caddy = {
image = "localhost/tboomers/caddy-custom:latest";
network = "proxy";
networkAlias = [
"mail.tbmrs.nl"
];
ports = [
"1080:80"
"1443:443"
@@ -76,6 +79,11 @@ in {
handle @dufs {
reverse_proxy dufs:5000
}
@stalwart host mail.tbmrs.nl
handle @stalwart {
reverse_proxy stalwart:8080
}
}
*.local.tbmrs.nl {