Add COLLECTOR_HOST_ID env var to hubspoke example
Added COLLECTOR_HOST_ID environment variable to hubspoke example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user