docker/ci: fix acme/dkim persistence and zone deploy

This commit is contained in:
j4n
2026-02-24 14:15:39 +01:00
parent 32a53ba2fd
commit 9e62adf451
2 changed files with 15 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
# Used by .github/workflows/docker-ci.yaml
# The GHCR image is set via CHATMAIL_IMAGE env var at deploy time.
services:
chatmail:
image: ${CHATMAIL_IMAGE:-chatmail-relay:latest}
volumes:
- /srv/chatmail/dkim:/etc/dkimkeys
- /srv/chatmail/certs:/var/lib/acme