/dockerize-netdata

Netdata Dashboard inside a container behind a Traefik reverse proxy.

Primary LanguageShellMIT LicenseMIT

Netdata (Dockerized)

This is a project that puts Netdata inside a container and is specifically designed to work with this Traefik project.

Requirements

Up and Running

  1. Pull down the repo and change into the project directory

    git clone https://github.com/sonofborge/dockerize-netdata.git netdata && cd netdata
  2. Create and modify .env for your needs.

    cp .env.example .env
  3. Run Docker Compose

    docker-compose up -d

If all went well, you should now be running Netdata inside a container behind your Traefik reverse proxy.