Disable the frontend Web server by default
This commit is contained in:
3
.env
3
.env
@@ -31,6 +31,9 @@ HOSTNAME=mail.freeposte.io
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
POSTMASTER=admin
|
||||
|
||||
# Choose which frontend Web server to run if any (value: nginx, none)
|
||||
FRONTEND=none
|
||||
|
||||
# Choose which webmail to run if any (values: roundcube, none)
|
||||
WEBMAIL=none
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
|
||||
http:
|
||||
# build: nginx
|
||||
image: freeposte/reverse-proxy:$VERSION
|
||||
image: freeposte/$FRONTEND:$VERSION
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user