Merge pull request #566 from PrplHaz4/patch-3

Add COLLECTOR_HOST_ID env var to hubspoke example
pull/569/head
Jason Kulatunga 11 months ago committed by GitHub
commit 2dcb6cd6b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save