This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/scrutiny/docker-compose.yml
2023-02-01 22:30:25 +02:00

32 lines
859 B
YAML

version: '3.9'
services:
scrutiny:
image: ghcr.io/analogj/scrutiny:master-omnibus
restart: unless-stopped
volumes:
- '/home/nick/configs/scrutiny/config:/opt/scrutiny/config'
- '/home/nick/configs/scrutiny/influxdb2:/opt/scrutiny/influxdb'
- '/run/udev:/run/udev:ro'
environment:
- 'PUID=1000'
- 'PGID=1000'
- 'COLLECTOR_API_ENDPOINT=http://localhost:8080/storage'
devices:
- /dev/sda:/dev/sda
- /dev/sdb:/dev/sdb
- /dev/sdc:/dev/sdc
- /dev/sdd:/dev/sdd
- /dev/sde:/dev/sde
cap_add:
- SYS_RAWIO
- SYS_ADMIN
networks:
- default
- routing
networks:
routing:
external: true
name: routing