Compare commits
2 commits
e96c9fea41
...
1b59a85002
Author | SHA1 | Date | |
---|---|---|---|
1b59a85002 | |||
2d1579379f |
2 changed files with 4 additions and 4 deletions
|
@ -2,22 +2,21 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
scrutiny:
|
scrutiny:
|
||||||
image: lscr.io/linuxserver/scrutiny
|
image: ghcr.io/analogj/scrutiny
|
||||||
container_name: scrutiny
|
container_name: scrutiny
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_RAWIO
|
- SYS_RAWIO
|
||||||
- ${NO_NVME:-SYS_ADMIN} # only needed for nvme drives
|
- ${NO_NVME:-SYS_ADMIN} # only needed for nvme drives
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- SCRUTINY_API_ENDPOINT=http://localhost:8080
|
- SCRUTINY_API_ENDPOINT=http://localhost:8080
|
||||||
- SCRUTINY_WEB=true
|
- SCRUTINY_WEB=true
|
||||||
- SCRUTINY_COLLECTOR=true
|
- SCRUTINY_COLLECTOR=true
|
||||||
- GIN_MODE=release
|
- GIN_MODE=release
|
||||||
volumes:
|
volumes:
|
||||||
- scrutiny_config:/config
|
- scrutiny_config:/opt/scrutiny/config
|
||||||
|
- scrutiny_influxdb2:/opt/scrutiny/influxdb
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8081:8080
|
- 127.0.0.1:8081:8080
|
||||||
|
|
|
@ -8,6 +8,7 @@ services:
|
||||||
- LETSENCRYPT_HOST=jfreudenberger.de,www.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
|
- LETSENCRYPT_HOST=jfreudenberger.de,www.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
|
||||||
networks:
|
networks:
|
||||||
- webproxy
|
- webproxy
|
||||||
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
|
|
Loading…
Reference in a new issue