Files
unpoller/init/docker/docker-compose-remote.env.example
danroozemond 2dec2d7d25 feat: add docker-compose example for remote (ui.com cloud) mode
Adds docker-compose-remote.yml and matching env example for running
unifi-poller against the UniFi cloud API instead of a local controller.
Uses UP_UNIFI_REMOTE and UP_UNIFI_REMOTE_API_KEY for auto-discovery of
all Network-capable consoles via api.ui.com.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 14:58:18 +02:00

17 lines
394 B
Plaintext

# influxdb
INFLUXDB_HTTP_AUTH_ENABLED=true
INFLUXDB_ADMIN_USER=unpoller
INFLUXDB_ADMIN_PASSWORD=CHANGEME
INFLUXDB_DB=unpoller
# grafana
GRAFANA_USERNAME=admin
GRAFANA_PASSWORD=grafanaadmin
# unifi-poller
POLLER_TAG=latest
POLLER_DEBUG=false
POLLER_SAVE_DPI=false
# API key from https://api.unifi.ui.com — generate one under "API Keys" in the UI Site Manager
UNIFI_API_KEY=your_api_key_here