Skip to content

pedbarbosa/docker-cgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgp

CollectD Graph Panel (CGP) on a Docker container

This repository contains a Dockerfile to build a Docker image with CollectD Graph Panel running on Apache and PHP.

The Docker image is available in Docker Hub.

Docker compose usage example

services:
  cgp:
    image: pedbarbosa/cgp
    container_name: cgp
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /var/lib/collectd/rrd:/var/lib/collectd/rrd:ro
    ports:
      - 80:80
    healthcheck:
      test: "curl -ILXGET http://localhost"
    restart: always

About

Docker container for CGP (CollectD Graph Panel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors