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:
caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine
# image: lucaslorentz/caddy-docker-proxy:ci-alpine
image: ghcr.io/serfriz/caddy-crowdsec:latest
ports:
- 80:80
- 443:443

View file

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