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

17 lines
408 B
YAML
Raw Normal View History

2022-10-25 13:48:10 +02:00
version: '3.7'
services:
dd-waf-apache:
image: registry.dd-work.space/dd/waf-apache:${DD_BUILD:-latest}
2022-10-25 13:48:10 +02:00
build:
context: ${BUILD_SSO_ROOT_PATH}/docker/waf-modsecurity
2022-10-25 13:48:10 +02:00
dockerfile: Dockerfile
target: production
container_name: dd-waf-apache
2022-11-22 23:05:54 +01:00
env_file:
- .env
2022-10-25 13:48:10 +02:00
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
2022-11-10 00:28:20 +01:00
- dd_net