parent
509f63e4fe
commit
a7168e674c
1 changed files with 3 additions and 5 deletions
|
@ -28,11 +28,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "7278:8080"
|
- "7278:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/disk:/dev/disk
|
|
||||||
- /run/udev:/run/udev:ro
|
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
environment:
|
environment:
|
||||||
- SCRUTINY_COLLECTOR=false
|
|
||||||
- SCRUTINY_WEB=true
|
- SCRUTINY_WEB=true
|
||||||
- PUID=3000
|
- PUID=3000
|
||||||
- PGID=3000
|
- PGID=3000
|
||||||
|
@ -40,15 +37,16 @@ services:
|
||||||
|
|
||||||
collector:
|
collector:
|
||||||
image: linuxserver/scrutiny:latest
|
image: linuxserver/scrutiny:latest
|
||||||
privileged: True
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/disk:/dev/disk
|
- /dev/disk:/dev/disk
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
environment:
|
environment:
|
||||||
- SCRUTINY_COLLECTOR=true
|
- SCRUTINY_COLLECTOR=true
|
||||||
- SCRUTINY_WEB=false
|
|
||||||
- SCRUTINY_API_ENDPOINT=http://web:8080
|
- SCRUTINY_API_ENDPOINT=http://web:8080
|
||||||
|
- PUID=3000
|
||||||
|
- PGID=3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue