updates_apr21 (#13)
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -41,27 +41,6 @@ services:
|
||||
- "traefik.http.routers.scrutiny.entryPoints=web"
|
||||
- "traefik.http.routers.scrutiny.rule=Host(`scrutiny.nearfuture`)"
|
||||
|
||||
collector:
|
||||
restart: unless-stopped
|
||||
image: 'ghcr.io/analogj/scrutiny:v0.8-collector'
|
||||
cap_add:
|
||||
- SYS_RAWIO
|
||||
volumes:
|
||||
- '/run/udev:/run/udev:ro'
|
||||
environment:
|
||||
COLLECTOR_API_ENDPOINT: 'http://web:8080'
|
||||
COLLECTOR_HOST_ID: 'Invidia'
|
||||
# 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: true
|
||||
depends_on:
|
||||
web:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- scrutiny
|
||||
devices:
|
||||
- "/dev/sda:/dev/sda"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user