make progress visable and only show registration if enabled
This commit is contained in:
parent
b134b19876
commit
ff176028d1
8 changed files with 42 additions and 20 deletions
|
|
@ -5,6 +5,7 @@ services:
|
|||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
- ACCOUNT_REGISTRATION=true
|
||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue