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.
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