moved from self build docker image to gockerhub
This commit is contained in:
@@ -293,6 +293,9 @@ Contributors names and contact info
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
- v0.4
|
||||||
|
- moved from self build iamge to dockerhub
|
||||||
|
|
||||||
- v0.3a
|
- v0.3a
|
||||||
- ping timeout added
|
- ping timeout added
|
||||||
- cleanup
|
- cleanup
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ services:
|
|||||||
latency-monitor:
|
latency-monitor:
|
||||||
container_name: latency-monitor
|
container_name: latency-monitor
|
||||||
hostname: latency-monitor
|
hostname: latency-monitor
|
||||||
build: ./Docker_Build
|
image: planetespresso/pylatemon
|
||||||
depends_on:
|
depends_on:
|
||||||
- influxdb
|
- influxdb
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
latency-monitor:
|
latency-monitor:
|
||||||
container_name: latency-monitor
|
container_name: latency-monitor
|
||||||
hostname: latency-monitor
|
hostname: latency-monitor
|
||||||
build: ./Docker_Build
|
image: planetespresso/pylatemon
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
# - ./latency-monitor/config.ini:/app/config.ini:ro # UNCOMMENT IF NEEDED
|
# - ./latency-monitor/config.ini:/app/config.ini:ro # UNCOMMENT IF NEEDED
|
||||||
|
|||||||
Reference in New Issue
Block a user