diff --git a/README.md b/README.md index 17a7355..b6b837e 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). + +### Important +Crowdsec is WIP and is not released yet for the traefik recipe. diff --git a/compose.crowdsec.yml b/compose.crowdsec.yml new file mode 100644 index 0000000..373e36e --- /dev/null +++ b/compose.crowdsec.yml @@ -0,0 +1,7 @@ +--- +version: "3.8" +services: + app: + deploy: + labels: + - "traefik.http.routers.${STACK_NAME}.middlewares=crowdsec@file"