parameter included, mail proxy removed

This commit is contained in:
Andreas Knuth 2025-03-22 12:16:55 +01:00
parent 0bffc8856f
commit 7cbe56a2f2
2 changed files with 4 additions and 5 deletions

View File

@ -78,7 +78,3 @@ api-dev.bizmatch.net {
}
}
mail.bizmatch.net {
reverse_proxy dovecot:143
}

View File

@ -4,4 +4,7 @@ services:
volumes:
- ./letsencrypt:/etc/letsencrypt
- ./cloudflare:/cloudflare
command: certonly --dns-cloudflare --dns-cloudflare-credentials /cloudflare/cloudflare.ini --email deine-email@example.com --agree-tos --no-eff-email -d mail.haiky.app
environment:
- DOMAIN=${DOMAIN:-mail.haiky.app} # Standardwert, falls nicht gesetzt
- EMAIL=${EMAIL:-deine-email@example.com} # Standardwert, falls nicht gesetzt
command: certonly --dns-cloudflare --dns-cloudflare-credentials /cloudflare/cloudflare.ini --email ${EMAIL:-deine-email@example.com} --agree-tos --no-eff-email -d ${DOMAIN:-mail.haiky.app}