Merge pull request #2382 from Human-Connection/improve_development_environment

No public registration in development so that backend test pass
This commit is contained in:
Robert Schäfer 2019-11-30 00:58:54 +01:00 committed by GitHub
commit c1bc6897bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ services:
- ./webapp:/nitro-web
environment:
- NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
- PUBLIC_REGISTRATION=true
- PUBLIC_REGISTRATION=false
command: yarn run dev
backend:
build:
@ -29,7 +29,7 @@ services:
- SMTP_PORT=25
- SMTP_IGNORE_TLS=true
- "DEBUG=${DEBUG}"
- PUBLIC_REGISTRATION=true
- PUBLIC_REGISTRATION=false
maintenance:
image: humanconnection/maintenance:latest
build: