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:
David Newhall II 2020-04-28 00:15:08 -07:00 committed by GitHub
commit b46b31827e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ GRAFANA_PASSWORD=grafanaadmin
#unifi-poller
POLLER_TAG=latest
POLLER_DEBUG=false
POLLER_SAVE_DPI=false
UNIFI_USER=unifipoller
UNIFI_PASS=set_this_on_your_controller
UNIFI_URL=https://127.0.0.1:8443

View File

@ -51,6 +51,7 @@ services:
- UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS}
- UP_UNIFI_DEFAULT_URL=${UNIFI_URL}
- UP_POLLER_DEBUG=${POLLER_DEBUG}
- UP_UNIFI_DEFAULT_SAVE_DPI=${POLLER_SAVE_DPI}
volumes:
influxdb-storage:
chronograf-storage: