From afe189435a27fa1cc48fc9d83d4fcf5d3b60c9e7 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 10 Oct 2019 14:34:32 +0200 Subject: [PATCH] Allow public registration by default on docker env My thought here is that a mailserver is started in `docker-compose.override.yml` so you can see the emails being sent. --- docker-compose.override.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index ba9b32c18..df7d6ac92 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -15,6 +15,7 @@ services: - ./webapp:/nitro-web environment: - NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/` + - PUBLIC_REGISTRATION=true command: yarn run dev backend: build: @@ -28,6 +29,7 @@ services: - SMTP_PORT=25 - SMTP_IGNORE_TLS=true - "DEBUG=${DEBUG}" + - PUBLIC_REGISTRATION=true maintenance: image: humanconnection/maintenance:latest build: