Skip to content

Commit

Permalink
add prometheus gateway docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadingole committed Mar 16, 2022
1 parent 22dc69f commit 972cd07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prometheus-pushgateway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.8'

services:
prometheus-pushgateway:
image: prom/pushgateway
restart: always
# command:
ports:
- 9091:9091

0 comments on commit 972cd07

Please sign in to comment.