This commit is contained in:
traveler 2025-03-11 20:53:40 -05:00
parent 26aa161869
commit e0e9fdf31a
2 changed files with 14 additions and 13 deletions

View file

@ -6,7 +6,8 @@ configs:
services: services:
caddy: caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine # image: lucaslorentz/caddy-docker-proxy:ci-alpine
image: ghcr.io/serfriz/caddy-crowdsec:latest
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443

View file

@ -16,19 +16,19 @@ services:
constraints: constraints:
- node.hostname == nas - node.hostname == nas
caddy-bouncer: # caddy-bouncer:
image: crowdsecurity/caddy-bouncer # image: crowdsecurity/caddy-bouncer
container_name: caddy-bouncer # container_name: caddy-bouncer
restart: unless-stopped # restart: unless-stopped
volumes: # volumes:
- /export/Docker/crowdsec/bouncer:/etc/caddy-bouncer # - /export/Docker/crowdsec/bouncer:/etc/caddy-bouncer
networks: # networks:
- netgrimoire # - netgrimoire
deploy: # deploy:
placement: # placement:
constraints: # constraints:
- node.hostname == nas # - node.hostname == nas
networks: networks:
netgrimoire: netgrimoire: