-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
20 lines (19 loc) · 2.84 KB
/
Copy pathdocker-compose.yaml
File metadata and controls
20 lines (19 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: '3.8'
services:
scrutiny:
image: ghcr.io/analogj/scrutiny:latest
container_name: scrutiny
privileged: false # Enable if you want to pass through SMART data from host to container
restart: unless-stopped
ports:
- "XXXX:8080" # Replace XXXX with your desired host port
environment:
- SCRUTINY_LOG_LEVEL=info
volumes:
- /run/udev:/run/udev:ro
- /etc/localtime:/etc/localtime:ro
- /docker/config/scrutiny:/opt/scrutiny/config
- /docker/config/scrutiny/scrutiny_db:/opt/scrutiny/influxdb
Volumes:
scrutiny_config:
scrutiny_db: