From 40f197218dc2be40c154906b84bfef2e727440ad Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 30 Apr 2026 21:51:33 -0500 Subject: [PATCH] dsf --- swarm/stack/caddy/caddy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swarm/stack/caddy/caddy.yaml b/swarm/stack/caddy/caddy.yaml index 4f05f41..0432e4b 100644 --- a/swarm/stack/caddy/caddy.yaml +++ b/swarm/stack/caddy/caddy.yaml @@ -10,6 +10,7 @@ services: ports: - 8900:80 - 443:443 + - 2019:2019 environment: - CADDY_INGRESS_NETWORKS=netgrimoire - CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module @@ -27,6 +28,8 @@ services: placement: constraints: - node.hostname == znas + labels: + gremlin.enable: "false" crowdsec: image: crowdsecurity/crowdsec @@ -44,6 +47,8 @@ services: placement: constraints: - node.hostname == znas + labels: + gremlin.enable: "false" volumes: caddy-logs: