Bartosz Kupidura | 3cbee94 | 2017-03-20 13:47:06 +0100 | [diff] [blame] | 1 | include: |
| 2 | - service.prometheus.alertmanager.container |
| 3 | parameters: |
| 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 Kupidura | a186888 | 2017-03-29 12:38:05 +0200 | [diff] [blame^] | 22 | source: /srv/volumes/prometheus |
Bartosz Kupidura | 3cbee94 | 2017-03-20 13:47:06 +0100 | [diff] [blame] | 23 | destination: /opt/alertmanager/config |