Skip to content

Commit

Permalink
Merge pull request #566 from PrplHaz4/patch-3
Browse files Browse the repository at this point in the history
Add COLLECTOR_HOST_ID env var to hubspoke example
  • Loading branch information
AnalogJ committed Jan 23, 2024
2 parents d54a0ab + 56df7b5 commit 2dcb6cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/example.hubspoke.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ 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
devices:
- "/dev/sda"
- "/dev/sdb"
- "/dev/sdb"

0 comments on commit 2dcb6cd

Please sign in to comment.