update readmes
This commit is contained in:
parent
a7af959f4c
commit
e7d9ccbb93
|
|
@ -7,7 +7,7 @@
|
||||||
[](https://hub.docker.com/r/golift/unifi-poller)
|
[](https://hub.docker.com/r/golift/unifi-poller)
|
||||||
[](https://www.somsubhra.com/github-release-stats/?username=davidnewhall&repository=unifi-poller)
|
[](https://www.somsubhra.com/github-release-stats/?username=davidnewhall&repository=unifi-poller)
|
||||||
|
|
||||||
[](https://github.com/golift/unifi)
|
[](https://github.com/golift/unifi)
|
||||||
[](https://github.com/golift/application-builder)
|
[](https://github.com/golift/application-builder)
|
||||||
[](https://github.com/davidnewhall/unifi-poller)
|
[](https://github.com/davidnewhall/unifi-poller)
|
||||||
[](https://travis-ci.org/davidnewhall/unifi-poller)
|
[](https://travis-ci.org/davidnewhall/unifi-poller)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
## Docker Cloud Builds
|
||||||
|
|
||||||
|
This folder contains the files that build our Docker image. The image
|
||||||
|
is built by Docker Hub "automatically" using the [Dockerfile](Dockerfile)
|
||||||
|
and [hooks/](hooks/) in this folder.
|
||||||
|
|
||||||
|
## Docker Compose
|
||||||
|
|
||||||
|
The other files in this folder can be used locally to spin up
|
||||||
|
a full set of applications (minus the UniFi controller) to get
|
||||||
|
UniFi Poller up and running. Including InfluxDB, Grafana, and
|
||||||
|
Chronograph. This last app is useful to inspect the data stored
|
||||||
|
in InfluxDB by UniFi Poller.
|
||||||
|
|
||||||
|
##### HOWTO
|
||||||
|
**Learn more about how and when to use these *Docker Compose* files in the
|
||||||
|
[Docker Wiki](https://github.com/davidnewhall/unifi-poller/wiki/Docker).**
|
||||||
Loading…
Reference in New Issue