1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 15:58:06 +02:00

initial commit

Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
This commit is contained in:
Andrew Maguire 2022-11-16 17:40:39 +00:00
parent f69136ee72
commit 4056ef0680

View file

@ -1,5 +1,6 @@
## Compose sample
### [Netdata](https://github.com/netdata/netdata)
### Netdata
Project structure:
```
@ -27,6 +28,9 @@ services:
- apparmor:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
security_opt:
- apparmor:unconfined
volumes:
- netdataconfig:/etc/netdata
- netdatalib:/var/lib/netdata
- netdatacache:/var/cache/netdata
@ -79,6 +83,10 @@ NETDATA_SYSTEM_IDLEJITTER_AVERAGE="109" # microseconds lost/s
NETDATA_SYSTEM_IDLEJITTER_VISIBLETOTAL="413" # microseconds lost/s
...
```
TODO
```
Navigate to `http://localhost:19999` in your web browser to access the local Netdata dashboard.
![page](output.jpg)