dsf
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-30 21:51:33 -05:00
parent 7726806daf
commit 40f197218d

View file

@ -10,6 +10,7 @@ services:
ports: ports:
- 8900:80 - 8900:80
- 443:443 - 443:443
- 2019:2019
environment: environment:
- CADDY_INGRESS_NETWORKS=netgrimoire - CADDY_INGRESS_NETWORKS=netgrimoire
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module - CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
@ -27,6 +28,8 @@ services:
placement: placement:
constraints: constraints:
- node.hostname == znas - node.hostname == znas
labels:
gremlin.enable: "false"
crowdsec: crowdsec:
image: crowdsecurity/crowdsec image: crowdsecurity/crowdsec
@ -44,6 +47,8 @@ services:
placement: placement:
constraints: constraints:
- node.hostname == znas - node.hostname == znas
labels:
gremlin.enable: "false"
volumes: volumes:
caddy-logs: caddy-logs: