#!/bin/bash
pushgateway --web.listen-address=":9091" &
prometheus --config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.retention.time=3d \
--storage.tsdb.path=/prometheus \
--web.listen-address=":9090" &
exec nginx -g "daemon off;" -e /dev/null |