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