parameter included, mail proxy removed
This commit is contained in:
parent
0bffc8856f
commit
7cbe56a2f2
|
|
@ -78,7 +78,3 @@ api-dev.bizmatch.net {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
mail.bizmatch.net {
|
||||
reverse_proxy dovecot:143
|
||||
}
|
||||
|
|
@ -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}
|
||||
Loading…
Reference in New Issue