Files
nginx-proxy-manager/compose.crowdsec.yaml
renovate[bot] dd038b690a dep updates/try to close #704
Signed-off-by: Zoey <zoey@z0ey.de>
2024-03-20 18:24:22 +01:00

18 lines
489 B
YAML

services:
crowdsec:
container_name: crowdsec
image: crowdsecurity/crowdsec
restart: always
network_mode: bridge
ports:
- "127.0.0.1:7422:7422"
- "127.0.0.1:8080:8080"
environment:
- "TZ=Europe/Berlin"
- "COLLECTIONS=ZoeyVid/npmplus"
volumes:
- "/opt/crowdsec/conf:/etc/crowdsec"
- "/opt/crowdsec/data:/var/lib/crowdsec/data"
- "/opt/npm/nginx:/opt/npm/nginx:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"