mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
No public registration in development so that backend test pass
This commit is contained in:
parent
0a72627230
commit
10012fa62a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user