© 2026 Hedgehog Software, LLC
services: zoraxy: image: zoraxydocker/zoraxy:latest container_name: zoraxy restart: unless-stopped networks: - proxy ports: - host_ip: x.x.x.x mode: ingress protocol: tcp published: 80 target: 80 - host_ip: x.x.x.x mode: ingress protocol: tcp published: 443 target: 443 - host_ip: x.x.x.x mode: ingress protocol: tcp published: 8000 target: 8000 volumes: - ./config/:/opt/zoraxy/config/ - ./plugin/:/opt/zoraxy/plugin/ - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime extra_hosts: - "host.docker.internal:host-gateway" environment: FASTGEOIP: "true" DOCKER: "true" crowdsec: image: crowdsecurity/crowdsec:latest container_name: zoraxy-crowdsec environment: GID: "${GID-1000}" COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik" volumes: - ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml - ./crowdsec/db:/var/lib/crowdsec/data/ - ./crowdsec/config:/etc/crowdsec/ - ./config/log:/var/log/zoraxy/:ro networks: - proxy security_opt: - no-new-privileges:true restart: unless-stopped networks: proxy: external: true
cscli decisions add --ip