Standalone finished
This commit is contained in:
@@ -2,14 +2,11 @@ version: '2.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
||||||
# latency-monitor
|
# latency-monitor
|
||||||
latency-monitor:
|
latency-monitor:
|
||||||
container_name: latency-monitor
|
container_name: latency-monitor
|
||||||
hostname: latency-monitor
|
hostname: latency-monitor
|
||||||
build: ./Docker_Build
|
build: ./Docker_Build
|
||||||
depends_on:
|
|
||||||
- influxdb
|
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- INFLUX_URL
|
- INFLUX_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user