mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-07 11:24:42 +02:00
updated the traefik image to v3.3.5
updated the crowdsec-bouncer-traefik-plugin to v1.4.2 added default crowdsecAppsecBodyLimit value for bigger files
This commit is contained in:
parent
56b3b2ab3b
commit
dd8c426faa
3 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@ http:
|
||||||
crowdsecAppsecHost: crowdsec:7422 # CrowdSec IP address which you noted down later
|
crowdsecAppsecHost: crowdsec:7422 # CrowdSec IP address which you noted down later
|
||||||
crowdsecAppsecFailureBlock: true # Block on failure
|
crowdsecAppsecFailureBlock: true # Block on failure
|
||||||
crowdsecAppsecUnreachableBlock: true # Block on unreachable
|
crowdsecAppsecUnreachableBlock: true # Block on unreachable
|
||||||
|
crowdsecAppsecBodyLimit: 10485760
|
||||||
crowdsecLapiKey: "PUT_YOUR_BOUNCER_KEY_HERE_OR_IT_WILL_NOT_WORK" # CrowdSec API key which you noted down later
|
crowdsecLapiKey: "PUT_YOUR_BOUNCER_KEY_HERE_OR_IT_WILL_NOT_WORK" # CrowdSec API key which you noted down later
|
||||||
crowdsecLapiHost: crowdsec:8080 # CrowdSec
|
crowdsecLapiHost: crowdsec:8080 # CrowdSec
|
||||||
crowdsecLapiScheme: http # CrowdSec API scheme
|
crowdsecLapiScheme: http # CrowdSec API scheme
|
||||||
|
|
|
@ -16,7 +16,7 @@ experimental:
|
||||||
version: "{{.BadgerVersion}}"
|
version: "{{.BadgerVersion}}"
|
||||||
crowdsec: # CrowdSec plugin configuration added
|
crowdsec: # CrowdSec plugin configuration added
|
||||||
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
||||||
version: "v1.3.5"
|
version: "v1.4.2"
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: "INFO"
|
level: "INFO"
|
||||||
|
|
|
@ -35,7 +35,7 @@ services:
|
||||||
- 80:80 # Port for traefik because of the network_mode
|
- 80:80 # Port for traefik because of the network_mode
|
||||||
{{end}}
|
{{end}}
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.3.3
|
image: traefik:v3.3.5
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
{{if .InstallGerbil}}
|
{{if .InstallGerbil}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue