Add glances configuration file and update docker-compose for storage integration
This commit is contained in:
parent
f13f2340dd
commit
a4c45ce999
@ -19,6 +19,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- GLANCES_OPT=-w
|
- GLANCES_OPT=-w
|
||||||
- TZ=Asia/Tokyo
|
- TZ=Asia/Tokyo
|
||||||
|
- GLANCES_OPT=-C /config/glances.conf -w
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /mnt/storage:/mnt/storage:ro
|
- /mnt/storage:/mnt/storage:ro
|
||||||
|
- ./glances.conf:/config/glances.conf:ro
|
||||||
3
glances.conf
Normal file
3
glances.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[fs]
|
||||||
|
allow=mergefs
|
||||||
|
show=/mnt/storage.*
|
||||||
Loading…
x
Reference in New Issue
Block a user