fds
This commit is contained in:
parent
f044d3e16a
commit
5010328bf8
1 changed files with 14 additions and 0 deletions
|
|
@ -16,6 +16,20 @@ services:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
|
caddy-bouncer:
|
||||||
|
image: crowdsecurity/caddy-bouncer
|
||||||
|
container_name: caddy-bouncer
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./caddy-bouncer:/etc/caddy-bouncer
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.hostname == nas
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue