2022-10-25 13:48:10 +02:00
|
|
|
version: '3.7'
|
|
|
|
services:
|
|
|
|
dd-waf-apache:
|
2022-11-16 13:07:49 +01:00
|
|
|
image: registry.dd-work.space/dd/waf-apache:${DD_BUILD:-latest}
|
2022-10-25 13:48:10 +02:00
|
|
|
build:
|
2022-11-23 20:10:13 +01:00
|
|
|
context: ${BUILD_SSO_ROOT_PATH}/docker/waf-modsecurity
|
2022-10-25 13:48:10 +02:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
target: production
|
|
|
|
container_name: dd-waf-apache
|
2023-01-10 16:58:17 +01:00
|
|
|
environment:
|
|
|
|
DISABLE_WAF: ${DISABLE_WAF:-true}
|
2022-10-25 13:48:10 +02:00
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
networks:
|
2022-11-10 00:28:20 +01:00
|
|
|
- dd_net
|