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

13 lines
308 B
YAML

version: '3.7'
services:
dd-waf-apache:
build:
context: ${BUILD_SSO_ROOT_PATH}/docker/modsecurity
dockerfile: Dockerfile
target: production
container_name: dd-waf-apache
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
- dd_net