Skip to content

Commit

Permalink
Update example.hubspoke.docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Jan 5, 2025
1 parent e6cd3ee commit 6e34924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/example.hubspoke.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ services:
environment:
COLLECTOR_API_ENDPOINT: 'http://web:8080'
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:
web:
condition: service_healthy
Expand Down

0 comments on commit 6e34924

Please sign in to comment.