From 1526eafb9245f688215a425505e837591785a50f Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 29 Feb 2020 13:18:02 +0200 Subject: [PATCH] Updated env --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3f5ba3e13..eb1c74e6b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,7 +62,8 @@ services: - telegraf - maildev environment: - - _APP_ENV=development + - _APP_ENV=production + # - _APP_ENV=development - _APP_OPTIONS_ABUSE=disabled - _APP_OPENSSL_KEY_V1=your-secret-key - _APP_DOMAINS_TARGET=demo.appwrite.io