xcvz
This commit is contained in:
parent
26aa161869
commit
e0e9fdf31a
2 changed files with 14 additions and 13 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue