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

15 lines
388 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
2022-11-10 00:28:20 +01:00
- ${SRC_FOLDER}/modsecurity/rules:/etc/apache2/modsecurity.d/dd-rules:rw
2022-10-25 13:48:10 +02:00
networks:
2022-11-10 00:28:20 +01:00
- dd_net