|
|
@ -41,6 +41,9 @@ services:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
COLLECTOR_API_ENDPOINT: 'http://web:8080'
|
|
|
|
COLLECTOR_API_ENDPOINT: 'http://web:8080'
|
|
|
|
COLLECTOR_HOST_ID: 'scrutiny-collector-hostname'
|
|
|
|
COLLECTOR_HOST_ID: 'scrutiny-collector-hostname'
|
|
|
|
|
|
|
|
# If true forces the collector to run on startup (cron will be started after the collector completes)
|
|
|
|
|
|
|
|
# see: https://github.com/AnalogJ/scrutiny/blob/master/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md#collector-trigger-on-startup
|
|
|
|
|
|
|
|
COLLECTOR_RUN_STARTUP: false
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
web:
|
|
|
|
web:
|
|
|
|
condition: service_healthy
|
|
|
|
condition: service_healthy
|
|
|
|