blob: 850f66e6275c89056a4d7b7940572294f4583615 [file] [log] [blame]
classes:
- service.prometheus.pushgateway.container
parameters:
docker:
client:
service:
prometheus_pushgateway:
network: monitoring
replicas: 2
environment:
bind_port: ${prometheus:pushgateway:bind:port}
bind_address: ${prometheus:pushgateway:bind:address}
restart:
condition: any
image: ${_param:docker_image_pushgateway}
ports:
- 15012:${prometheus:pushgateway:bind:port}