From 3f3f26075459afa4e2a328ecf3d743195e90675d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 15 Oct 2021 00:05:49 +0200 Subject: [PATCH] Tweak .env, move `front` container to `app` --- .env.sample | 2 +- compose.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index cee4b33..96b1971 100644 --- a/.env.sample +++ b/.env.sample @@ -82,7 +82,7 @@ DMARC_RUF=admin # Welcome email, enable and set a topic and body if you wish to send welcome # emails to all users. WELCOME=false -WELCOME_SUBJECT=Welcome to your new email account +WELCOME_SUBJECT="Welcome to your new email account" WELCOME_BODY="Welcome to your new email account, if you can read this, then it is configured properly!" # Maildir Compression diff --git a/compose.yml b/compose.yml index 0c12977..688fd17 100644 --- a/compose.yml +++ b/compose.yml @@ -2,6 +2,7 @@ version: "3.8" x-environment: &default-env + - FRONT_ADDRESS=${STACK_NAME}_app - ADMIN - ANTIVIRUS - AUTH_RATELIMIT @@ -47,7 +48,7 @@ x-environment: - WELCOME_SUBJECT services: - front: + app: image: mailu/nginx:1.8 logging: driver: json-file