Update iso-prod files

This commit is contained in:
Théophile Diot 2024-09-06 15:35:56 +02:00
parent 8f91afca02
commit 080cabb386
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
7 changed files with 9 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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"

View file

@ -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"