Merge pull request #217 from davidyilee/update-docker-compose
Update docker compose and example env file for DPI and IDS polling
This commit is contained in:
commit
b46b31827e
|
|
@ -11,6 +11,7 @@ GRAFANA_PASSWORD=grafanaadmin
|
||||||
#unifi-poller
|
#unifi-poller
|
||||||
POLLER_TAG=latest
|
POLLER_TAG=latest
|
||||||
POLLER_DEBUG=false
|
POLLER_DEBUG=false
|
||||||
|
POLLER_SAVE_DPI=false
|
||||||
UNIFI_USER=unifipoller
|
UNIFI_USER=unifipoller
|
||||||
UNIFI_PASS=set_this_on_your_controller
|
UNIFI_PASS=set_this_on_your_controller
|
||||||
UNIFI_URL=https://127.0.0.1:8443
|
UNIFI_URL=https://127.0.0.1:8443
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ services:
|
||||||
- UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS}
|
- UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS}
|
||||||
- UP_UNIFI_DEFAULT_URL=${UNIFI_URL}
|
- UP_UNIFI_DEFAULT_URL=${UNIFI_URL}
|
||||||
- UP_POLLER_DEBUG=${POLLER_DEBUG}
|
- UP_POLLER_DEBUG=${POLLER_DEBUG}
|
||||||
|
- UP_UNIFI_DEFAULT_SAVE_DPI=${POLLER_SAVE_DPI}
|
||||||
volumes:
|
volumes:
|
||||||
influxdb-storage:
|
influxdb-storage:
|
||||||
chronograf-storage:
|
chronograf-storage:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue