Arion: Bump infrastructure & add diun rules
crowdsec: v1.6.2->v1.6.3
This commit is contained in:
parent
df43ff334c
commit
39b8fd69d7
1 changed files with 12 additions and 1 deletions
|
@ -35,6 +35,11 @@
|
|||
|
||||
"traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme" = "https";
|
||||
"traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto" = "https";
|
||||
|
||||
"diun.enable" = "true";
|
||||
"diun.watch_repo" = "true";
|
||||
"diun.sort_tags" = "semver";
|
||||
"diun.include_tags" = "^v\\d+\\.\\d+\\.\\d+$$";
|
||||
};
|
||||
volumes = [
|
||||
"/home/ghoscht/.docker/infrastructure/traefik_config/traefik.yml:/traefik.yml:ro"
|
||||
|
@ -52,7 +57,7 @@
|
|||
];
|
||||
};
|
||||
crowdsec.service = {
|
||||
image = "crowdsecurity/crowdsec:v1.6.2";
|
||||
image = "crowdsecurity/crowdsec:v1.6.3";
|
||||
container_name = "crowdsec";
|
||||
environment = {
|
||||
GID = "1000";
|
||||
|
@ -67,6 +72,12 @@
|
|||
"traefik-logs:/var/log/traefik/:ro"
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
];
|
||||
labels = {
|
||||
"diun.enable" = "true";
|
||||
"diun.watch_repo" = "true";
|
||||
"diun.sort_tags" = "semver";
|
||||
"diun.include_tags" = "^v\\d+\\.\\d+\\.\\d+$$";
|
||||
};
|
||||
depends_on = [
|
||||
"traefik"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue