Skip to content

Commit

Permalink
Add PushProx instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed May 27, 2022
1 parent fb1f818 commit 8a7f300
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@ services:
- "www.webarchive.org.uk:192.168.45.10"
- "beta.webarchive.org.uk:192.168.45.94"

# PushProx, a proxy to pull metrics over a push (poll+post) connection:
pushprox:
image: prom/pushprox:v0.1.0
ports:
- "9494:8080"

0 comments on commit 8a7f300

Please sign in to comment.