mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
24 lines
562 B
YAML
24 lines
562 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
tests:
|
|
build: .
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
PYTHONUNBUFFERED: "1"
|
|
USE_MODSECURITY: "yes"
|
|
USE_MODSECURITY_CRS: "yes"
|
|
MODSECURITY_CRS_VERSION: "3"
|
|
MODSECURITY_SEC_AUDIT_ENGINE: "RelevantOnly"
|
|
MODSECURITY_SEC_RULE_ENGINE: "On"
|
|
MODSECURITY_SEC_AUDIT_LOG_PARTS: "ABCFHZ"
|
|
extra_hosts:
|
|
- "www.example.com:192.168.0.2"
|
|
networks:
|
|
bw-services:
|
|
ipv4_address: 192.168.0.3
|
|
|
|
networks:
|
|
bw-services:
|
|
external: true
|