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:
parent
f69136ee72
commit
4056ef0680
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue