Fixed the README

This commit is contained in:
Sven Holz
2022-06-14 00:08:05 +02:00
parent 1dfa5f7bd0
commit 18c6c3ff51
3 changed files with 75 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
version: '2.4'
services:
# latency-monitor
latency-monitor:
container_name: latency-monitor
hostname: latency-monitor
build: ./Docker_Build
depends_on:
- influxdb
restart: always
environment:
- INFLUX_URL
- INFLUX_TOKEN
- INFLUX_BUCKET
- INFLUX_ORG
- TARGET_HOST
- TARGET_TIMER
- TARGET_LOCATION