1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-11 02:02:25 +00:00

Add DNS-01 challenge support for ACME certificates and related configurations

This commit is contained in:
Carlos
2025-11-13 07:19:38 +00:00
parent 674b41ce08
commit a52e977b89
7 changed files with 205 additions and 2 deletions

View File

@@ -465,7 +465,7 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
image: ghcr.io/mailcow/acme:1.94
image: ghcr.io/mailcow/acme:1.95
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@@ -490,6 +490,9 @@ services:
- REDISPASS=${REDISPASS}
- SNAT_TO_SOURCE=${SNAT_TO_SOURCE:-n}
- SNAT6_TO_SOURCE=${SNAT6_TO_SOURCE:-n}
- ACME_DNS_CHALLENGE=${ACME_DNS_CHALLENGE:-n}
- ACME_DNS_PROVIDER=${ACME_DNS_PROVIDER:-dns_xxx}
- ACME_ACCOUNT_EMAIL=${ACME_ACCOUNT_EMAIL:-me@example.com}
volumes:
- ./data/web/.well-known/acme-challenge:/var/www/acme:z
- ./data/assets/ssl:/var/lib/acme/:z