mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add BAD_BEHAVIOR_THRESHOLD environment variable to docker-compose.yml in ui tests
This commit is contained in:
parent
cc3d2226af
commit
f53345282c
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ services:
|
|||
USE_CLIENT_CACHE: "yes"
|
||||
USE_GZIP: "yes"
|
||||
DATASTORE_MEMORY_SIZE: "384m"
|
||||
BAD_BEHAVIOR_THRESHOLD: "30"
|
||||
CUSTOM_CONF_SERVER_HTTP_port-redirect: "port_in_redirect on;"
|
||||
UI_HOST: "http://bw-ui:7000"
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in a new issue