blob: 99eb226ba1b00708c5c5e0d958fce7a8da06aaa8 [file] [log] [blame]
Bartosz Kupidura3cbee942017-03-20 13:47:06 +01001include:
2- service.prometheus.alertmanager.container
3parameters:
4 docker:
5 client:
6 service:
7 prometheus_alertmanager:
8 network: monitoring
9 replica: 2
10 environment:
11 config_dir: /opt/alertmanager/config
12 bind_port: ${prometheus:alertmanager:bind:port}
13 bind_address: ${prometheus:alertmanager:bind:address}
14 restart:
15 condition: any
16 image: ${_param:docker_image_alertmanager}
17 ports:
18 - 15011:${prometheus:alertmanager:bind:port}
19 volume:
20 site:
21 type: bind
Bartosz Kupiduraa1868882017-03-29 12:38:05 +020022 source: /srv/volumes/prometheus
Bartosz Kupidura3cbee942017-03-20 13:47:06 +010023 destination: /opt/alertmanager/config