update alertmanager

This commit is contained in:
Yann Verry 2022-11-19 18:19:02 +01:00
parent 76b667529d
commit e1cd1b08cf

View file

@ -185,10 +185,15 @@ services:
image: prom/alertmanager
volumes:
- /srv/docker/volume/prometheus/config/alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro
- /srv/docker/volume/alertmanager/data:/alertmanager:rw
extra_hosts:
- "mail.verry.org:192.168.3.5"
restart: always
mem_limit: 128M
command:
- "--config.file=/etc/alertmanager/alertmanager.yml"
- "--storage.path=/alertmanager"
- "--web.external-url=https://alertmanager.verry.org/"
prometheus-blackbox:
image: prom/blackbox-exporter
volumes:
@ -338,15 +343,6 @@ services:
networks:
default:
ipv4_address: 172.20.0.42
coraza-spoa:
image: alpine
volumes:
- /srv/docker/volume/coraza-spoa/bin/coraza-spoa_amd64:/coraza-spoa:ro
- /srv/docker/volume/coraza-spoa/config:/etc/coraza-spoa:ro
command: /coraza-spoa -config-file /etc/coraza-spoa/config.yml
restart: always
mem_limit: 1G
cpus: 0.5
geoipupdate:
image: "maxmindinc/geoipupdate:latest"
volumes: