fix(service): disable openpanel worker UI by default

This commit is contained in:
peaklabs-dev 2025-11-10 22:09:04 +01:00
parent 959763c75c
commit 28b38babca
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ services:
openpanel-worker:
image: lindesvard/openpanel-worker:latest
environment:
- DISABLE_BULLBOARD=${DISABLE_BULLBOARD:-1}
- NODE_ENV=production
- NEXT_PUBLIC_SELF_HOSTED=true
- 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