mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
dclint
This commit is contained in:
parent
d4dd9806b4
commit
fc40d136e4
35 changed files with 698 additions and 681 deletions
|
@ -1,17 +1,12 @@
|
|||
name: scrutiny
|
||||
services:
|
||||
scrutiny:
|
||||
image: ghcr.io/analogj/scrutiny:master-omnibus
|
||||
container_name: scrutiny
|
||||
cap_add:
|
||||
- SYS_RAWIO
|
||||
volumes:
|
||||
- /run/udev:/run/udev:ro
|
||||
- /mnt/docker/scrutiny/influxdb:/opt/scrutiny/influxdb
|
||||
- /mnt/docker/scrutiny/config:/opt/scrutiny/config
|
||||
devices:
|
||||
- /dev/sdc
|
||||
- /dev/sdd
|
||||
- /dev/sde
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
@ -19,10 +14,16 @@ services:
|
|||
caddy: scrutiny.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 8080 }}'
|
||||
cap_add:
|
||||
- SYS_RAWIO
|
||||
devices:
|
||||
- /dev/sdc
|
||||
- /dev/sdd
|
||||
- /dev/sde
|
||||
|
||||
networks:
|
||||
default:
|
||||
proxy:
|
||||
external: true
|
||||
metrics:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue