mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix iso-prod ui file with misc configs
This commit is contained in:
parent
d7863f8df2
commit
daced9429e
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
x-env: &env
|
||||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
LOG_LEVEL: "debug"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
bunkerweb:
|
||||
|
|
@ -46,8 +47,6 @@ services:
|
|||
USE_BLACKLIST: "no"
|
||||
USE_WHITELIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
LOG_LEVEL: "info"
|
||||
SERVE_FILES: "no"
|
||||
DISABLE_DEFAULT_SERVER: "yes"
|
||||
USE_CLIENT_CACHE: "yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue