Create bird_exporter

This commit is contained in:
sump pump 2020-06-28 13:45:58 -06:00 committed by GitHub
parent 7d752ec406
commit 31fa16ea0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
bird_exporter:
network_mode: 'service:tinc'
image: czerwonk/bird_exporter
command: '-bird.v2=true -bird.socket=/var/run/bird/bird.ctl'
depends_on:
- bird
volumes:
- bird-run:/var/run/bird/
restart: always