gremlin: convert list-style blocks to map format in swarm/stack/caddy/caddy.yaml
This commit is contained in:
parent
40f197218d
commit
5dc452a761
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ services:
|
||||||
- 443:443
|
- 443:443
|
||||||
- 2019:2019
|
- 2019:2019
|
||||||
environment:
|
environment:
|
||||||
- CADDY_INGRESS_NETWORKS=netgrimoire
|
CADDY_INGRESS_NETWORKS: netgrimoire
|
||||||
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
CADDY_DOCKER_EVENT_THROTTLE_INTERVAL: 2000 # Prevents non-deterministic reload with CrowdSec module
|
||||||
- CROWDSEC_API_KEY=BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg
|
CROWDSEC_API_KEY: BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
- vpn
|
- vpn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue