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

13 lines
308 B
YAML
Raw Normal View History

2022-10-25 13:48:10 +02:00
version: '3.7'
services:
dd-waf-apache:
build:
2022-10-25 17:40:12 +02:00
context: ${BUILD_WAF_ROOT_PATH}/docker/modsecurity
2022-10-25 13:48:10 +02:00
dockerfile: Dockerfile
target: production
container_name: dd-waf-apache
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
- dd_net