Martin Polreich | eeaaa86 | 2017-05-10 09:57:14 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.prometheus.pushgateway.container |
Bartosz Kupidura | 3cbee94 | 2017-03-20 13:47:06 +0100 | [diff] [blame] | 3 | parameters: |
| 4 | docker: |
| 5 | client: |
| 6 | service: |
| 7 | prometheus_pushgateway: |
| 8 | network: monitoring |
Bartosz Kupidura | 95e2cf5 | 2017-03-29 19:15:04 +0200 | [diff] [blame] | 9 | replicas: 2 |
Martin Polreich | eeaaa86 | 2017-05-10 09:57:14 +0200 | [diff] [blame] | 10 | environment: |
| 11 | bind_port: ${prometheus:pushgateway:bind:port} |
| 12 | bind_address: ${prometheus:pushgateway:bind:address} |
Bartosz Kupidura | 3cbee94 | 2017-03-20 13:47:06 +0100 | [diff] [blame] | 13 | restart: |
| 14 | condition: any |
| 15 | image: ${_param:docker_image_pushgateway} |
| 16 | ports: |
Martin Polreich | eeaaa86 | 2017-05-10 09:57:14 +0200 | [diff] [blame] | 17 | - 15012:${prometheus:pushgateway:bind:port} |