feat: implement modular security services with CrowdSec and WAF integration
This commit is contained in:
@@ -19,6 +19,13 @@ services:
|
||||
- CPM_FRONTEND_DIR=/app/frontend/dist
|
||||
- CPM_CADDY_ADMIN_API=http://localhost:2019
|
||||
- CPM_CADDY_CONFIG_DIR=/app/data/caddy
|
||||
# Security Services (Optional)
|
||||
#- CPM_SECURITY_CROWDSEC_MODE=disabled
|
||||
#- CPM_SECURITY_CROWDSEC_API_URL=
|
||||
#- CPM_SECURITY_CROWDSEC_API_KEY=
|
||||
#- CPM_SECURITY_WAF_MODE=disabled
|
||||
#- CPM_SECURITY_RATELIMIT_ENABLED=false
|
||||
#- CPM_SECURITY_ACL_ENABLED=false
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # For local container discovery
|
||||
# Mount your existing Caddyfile for automatic import (optional)
|
||||
|
||||
Reference in New Issue
Block a user