From cd7ec86f5c621f3ad01753e81fc67358db6e7df6 Mon Sep 17 00:00:00 2001 From: kimsible Date: Tue, 10 Mar 2020 15:14:19 +0100 Subject: feat: add dkim to docker-compose --- support/docker/production/.env | 3 +++ support/docker/production/docker-compose.yml | 2 ++ 2 files changed, 5 insertions(+) (limited to 'support/docker') diff --git a/support/docker/production/.env b/support/docker/production/.env index 0321b04ae..4743b68db 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env @@ -20,6 +20,9 @@ PEERTUBE_SMTP_TLS=false PEERTUBE_SMTP_DISABLE_STARTTLS=false PEERTUBE_ADMIN_EMAIL= POSTFIX_myhostname= +# If you need to generate a list of sub/DOMAIN keys +# pass them as a whitespace separated string = +OPENDKIM_DOMAINS==peertube TRAEFIK_ACME_EMAIL= # If you need to obtain ACME certificates for more than one DOMAIN # pass them as a comma separated string diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index 72b08b855..e937c8b9c 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml @@ -70,6 +70,8 @@ services: image: mwader/postfix-relay env_file: - .env + volumes: + - ./docker-volume/opendkim/keys:/etc/opendkim/keys labels: traefik.enable: "false" restart: "always" -- cgit v1.2.3