From 1b6c514dc537e595e884e27118e00af943f5fc21 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sun, 21 Aug 2016 14:17:00 +0200 Subject: [PATCH] Disable the frontend Web server by default --- .env | 3 +++ docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 853f1ef5..2bc6451f 100644 --- a/.env +++ b/.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 diff --git a/docker-compose.yml b/docker-compose.yml index 964e988e..d36ac7c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: http: # build: nginx - image: freeposte/reverse-proxy:$VERSION + image: freeposte/$FRONTEND:$VERSION restart: always env_file: .env ports: