From f4ca10b3d92e015e6efeb9598ce290016a115878 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 24 Oct 2020 04:07:18 +0200 Subject: [PATCH] Add missing compose.mailrelay.yml --- compose.mailrelay.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 compose.mailrelay.yml diff --git a/compose.mailrelay.yml b/compose.mailrelay.yml new file mode 100644 index 0000000..553286b --- /dev/null +++ b/compose.mailrelay.yml @@ -0,0 +1,13 @@ +--- +version: "3.8" + +services: + app: + environment: + - SMTP_HOST=${SMTP_HOST} + networks: + - mail + +networks: + mail: + external: true