lixonet-ee/docker/services/ping_exporter

9 lines
254 B
Plaintext
Raw Permalink Normal View History

2020-06-28 13:46:13 -06:00
network_mode: 'service:tinc'
image: czerwonk/ping_exporter
command: './ping_exporter --config.path /pinger.yml'
depends_on:
- tinc
volumes:
2023-04-23 18:29:35 -06:00
- /etc/lixonet/${netname}/.config/tinc/pinger.yml:/pinger.yml
2020-06-28 13:46:13 -06:00
restart: always