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: