digitaldemocratic/dd-sso/docker-compose-parts/waf-modsecurity.yml

17 lines
438 B
YAML

version: '3.7'
services:
dd-waf-apache:
image: registry.dd-work.space/dd/waf-apache:${DD_BUILD:-latest}
build:
context: ${BUILD_SSO_ROOT_PATH}/docker/waf-modsecurity
dockerfile: Dockerfile
target: production
container_name: dd-waf-apache
environment:
DISABLE_WAF: ${DISABLE_WAF:-true}
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
- dd_net