Add COLLECTOR_HOST_ID env var to hubspoke example

Added COLLECTOR_HOST_ID environment variable to hubspoke example
pull/566/head
PrplHaz4 1 year ago committed by GitHub
parent d54a0abc8c
commit 56df7b5797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,7 @@ services:
- '/run/udev:/run/udev:ro'
environment:
COLLECTOR_API_ENDPOINT: 'http://web:8080'
COLLECTOR_HOST_ID: 'scrutiny-collector-hostname'
depends_on:
web:
condition: service_healthy

Loading…
Cancel
Save