Commit 972cd0747fe1666ab93d342fefa0d08cd7eb80e8

Authored by Neenad Ingole
1 parent 22dc69ff
Exists in master

add prometheus gateway docker compose

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
prometheus-pushgateway/docker-compose.yml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +version: '3.8'
  2 +
  3 +services:
  4 + prometheus-pushgateway:
  5 + image: prom/pushgateway
  6 + restart: always
  7 + # command:
  8 + ports:
  9 + - 9091:9091
0 10 \ No newline at end of file
... ...