mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update iso-prod files
This commit is contained in:
parent
8f91afca02
commit
080cabb386
7 changed files with 9 additions and 4 deletions
|
|
@ -2,6 +2,7 @@ x-env: &env
|
|||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
AUTOCONF_MODE: "yes"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ x-env: &env
|
|||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
AUTOCONF_MODE: "yes"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ x-env: &env
|
|||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
AUTOCONF_MODE: "yes"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ x-env: &env
|
|||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
AUTOCONF_MODE: "yes"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ x-env: &env
|
|||
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
|
||||
DOCKER_HOST: "tcp://bw-docker:2375"
|
||||
AUTOCONF_MODE: "yes"
|
||||
LOG_LEVEL: "info"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -45,7 +46,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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -45,7 +46,6 @@ services:
|
|||
USE_BLACKLIST: "no"
|
||||
USE_WHITELIST: "no"
|
||||
SEND_ANONYMOUS_REPORT: "no"
|
||||
CUSTOM_LOG_LEVEL: "debug"
|
||||
LOG_LEVEL: "info"
|
||||
SERVE_FILES: "no"
|
||||
USE_CLIENT_CACHE: "yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue