fix(service): disable openpanel worker UI by default
This commit is contained in:
parent
959763c75c
commit
28b38babca
3 changed files with 3 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ services:
|
||||||
openpanel-worker:
|
openpanel-worker:
|
||||||
image: lindesvard/openpanel-worker:latest
|
image: lindesvard/openpanel-worker:latest
|
||||||
environment:
|
environment:
|
||||||
|
- DISABLE_BULLBOARD=${DISABLE_BULLBOARD:-1}
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- NEXT_PUBLIC_SELF_HOSTED=true
|
- NEXT_PUBLIC_SELF_HOSTED=true
|
||||||
- SERVICE_URL_OPBULLBOARD
|
- SERVICE_URL_OPBULLBOARD
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue