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:
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue