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

17 lines
408 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
env_file:
- .env
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
- dd_net