https://github.com/jonas-merkle/container-netdata
A Docker Compose container setup for NetData.
https://github.com/jonas-merkle/container-netdata
docker-compose netdata
Last synced: 3 months ago
JSON representation
A Docker Compose container setup for NetData.
- Host: GitHub
- URL: https://github.com/jonas-merkle/container-netdata
- Owner: jonas-merkle
- License: other
- Created: 2023-03-28T06:38:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:20:49.000Z (6 months ago)
- Last Synced: 2025-01-15T21:06:43.966Z (5 months ago)
- Topics: docker-compose, netdata
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# container-netdata
A Docker Compose container setup for [NetData](https://www.netdata.cloud/).
## Table of contents
- [container-netdata](#container-netdata)
- [Table of contents](#table-of-contents)
- [Setup](#setup)
- [License](#license)## Setup
0. Requirements
- Docker
- Docker Compose1. Add environment variables
Add the missing information for the environment variables:
```bash
nano .env
```Mark the `.env` file so they will not be tracked by git:
```bash
git update-index --assume-unchanged .env
```2. Start container
```bash
docker-compose up --build -d
````3. Stop container
```bash
docker-compose down
```## License
This project is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html) (LGPLv3). You are free to use, modify, and distribute this software under the terms specified in the LGPLv3.
See the [LICENSE](./LICENSE) file for more detailed information.