Tweak .env, move front container to app
This commit is contained in:
@ -82,7 +82,7 @@ DMARC_RUF=admin
|
|||||||
# Welcome email, enable and set a topic and body if you wish to send welcome
|
# Welcome email, enable and set a topic and body if you wish to send welcome
|
||||||
# emails to all users.
|
# emails to all users.
|
||||||
WELCOME=false
|
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!"
|
WELCOME_BODY="Welcome to your new email account, if you can read this, then it is configured properly!"
|
||||||
|
|
||||||
# Maildir Compression
|
# Maildir Compression
|
||||||
|
|||||||
@ -2,6 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
x-environment:
|
x-environment:
|
||||||
&default-env
|
&default-env
|
||||||
|
- FRONT_ADDRESS=${STACK_NAME}_app
|
||||||
- ADMIN
|
- ADMIN
|
||||||
- ANTIVIRUS
|
- ANTIVIRUS
|
||||||
- AUTH_RATELIMIT
|
- AUTH_RATELIMIT
|
||||||
@ -47,7 +48,7 @@ x-environment:
|
|||||||
- WELCOME_SUBJECT
|
- WELCOME_SUBJECT
|
||||||
|
|
||||||
services:
|
services:
|
||||||
front:
|
app:
|
||||||
image: mailu/nginx:1.8
|
image: mailu/nginx:1.8
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
|
|||||||
Reference in New Issue
Block a user