Add netdata for monitoring server (#1613)
* add netdata container * update document * update document each part separate with 6 * \n * remove unuse file
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
dcf6b6d9ac
commit
b0bfa5f1d3
@ -715,3 +715,14 @@ services:
|
||||
ports:
|
||||
- 9010:9000
|
||||
|
||||
### NetData ################################################
|
||||
netdata:
|
||||
image: titpetric/netdata:latest
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
volumes:
|
||||
- /:/host:ro
|
||||
ports:
|
||||
- "${NETDATA_PORT}:19999"
|
||||
networks:
|
||||
- backend
|
||||
|
Reference in New Issue
Block a user