ds
This commit is contained in:
parent
01db5d2e71
commit
e40406e22d
3 changed files with 95 additions and 46 deletions
|
|
@ -1,50 +1,50 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
|
||||
scrutiny:
|
||||
image: ghcr.io/analogj/scrutiny:master-omnibus
|
||||
container_name: scrutiny
|
||||
hostname: scrutiny
|
||||
networks:
|
||||
- netgrimoire
|
||||
ports:
|
||||
- 8081:8080
|
||||
- 8086:8086
|
||||
cap_add:
|
||||
- SYS_RAWIO
|
||||
devices:
|
||||
- "/dev/sda"
|
||||
# - "/dev/sdb"
|
||||
- "/dev/sdc"
|
||||
- "/dev/sdd"
|
||||
- "/dev/sde"
|
||||
- "/dev/sdf"
|
||||
- "/dev/sdg"
|
||||
- "/dev/sdh"
|
||||
- "/dev/sdi"
|
||||
- "/dev/sdj"
|
||||
volumes:
|
||||
- /run/udev:/run/udev:ro
|
||||
- /DockerVol/scrutiny/config:/opt/scrutiny/config
|
||||
- /DockerVol/scrutiny/influxdb:/opt/scrutiny/influxdb
|
||||
# scrutiny:
|
||||
# image: ghcr.io/analogj/scrutiny:master-omnibus
|
||||
# container_name: scrutiny
|
||||
# hostname: scrutiny
|
||||
# networks:
|
||||
# - netgrimoire
|
||||
# ports:
|
||||
# - 8081:8080
|
||||
# - 8086:8086
|
||||
# cap_add:
|
||||
# - SYS_RAWIO
|
||||
# devices:
|
||||
# - "/dev/sda"
|
||||
# # - "/dev/sdb"
|
||||
# - "/dev/sdc"
|
||||
# - "/dev/sdd"
|
||||
# - "/dev/sde"
|
||||
# - "/dev/sdf"
|
||||
# - "/dev/sdg"
|
||||
# - "/dev/sdh"
|
||||
# - "/dev/sdi"
|
||||
# - "/dev/sdj"
|
||||
# volumes:
|
||||
# - /run/udev:/run/udev:ro
|
||||
# - /DockerVol/scrutiny/config:/opt/scrutiny/config
|
||||
# - /DockerVol/scrutiny/influxdb:/opt/scrutiny/influxdb
|
||||
|
||||
|
||||
glances:
|
||||
image: nicolargo/glances
|
||||
container_name: glances
|
||||
hostname: glances
|
||||
restart: always
|
||||
network_mode: host
|
||||
privileged: true
|
||||
pid: host
|
||||
volumes:
|
||||
- /docker/volumes/glances/config:/glances/conf
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- TZ=Europe/Brussels
|
||||
- "GLANCES_OPT=-w"
|
||||
ports:
|
||||
- 61208-61209:61208-61209
|
||||
# glances:
|
||||
# image: nicolargo/glances
|
||||
# container_name: glances
|
||||
# hostname: glances
|
||||
# restart: always
|
||||
# network_mode: host
|
||||
# privileged: true
|
||||
# pid: host
|
||||
# volumes:
|
||||
# - /docker/volumes/glances/config:/glances/conf
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
# environment:
|
||||
# - TZ=Europe/Brussels
|
||||
# - "GLANCES_OPT=-w"
|
||||
# ports:
|
||||
# - 61208-61209:61208-61209
|
||||
|
||||
lldap:
|
||||
image: lldap/lldap:stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue