mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
29 lines
626 B
YAML
29 lines
626 B
YAML
name: scrutiny
|
|
services:
|
|
scrutiny:
|
|
image: ghcr.io/analogj/scrutiny:master-omnibus
|
|
container_name: scrutiny
|
|
volumes:
|
|
- /run/udev:/run/udev:ro
|
|
- /mnt/docker/scrutiny/influxdb:/opt/scrutiny/influxdb
|
|
- /mnt/docker/scrutiny/config:/opt/scrutiny/config
|
|
networks:
|
|
- default
|
|
- proxy
|
|
labels:
|
|
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
|