Sign inSign up

modem7/docker-grafana

By modem7

•Updated over 3 years ago

Repack of Grafana with the usual Homecentr bells and whistles.

Image
0

10K+

modem7/docker-grafana repository overview

GitHub last commit Docker Pulls Docker Image Size (tag) Build Status GitHub last commit

⁠HomeCentr - grafana

Repack of Grafana⁠ with the usual Homecentr bells and whistles.

⁠Usage

version: "3.7"
services:
  grafana:
    build: .
    image: homecentr/grafana
    ports:
      - 3000:3000
    volumes:
      - ./example:/config

⁠Environment variables

NameDefault valueDescription
PUID7077UID of the user grafana should be running as.
PGID7077GID of the user grafana should be running as.

⁠Exposed ports

PortProtocolDescription
3000TCPWeb UI and API.

⁠Volumes

Container pathDescription
/configGrafana configuration. This should container the grafana.ini configuration file. If you want to use provisioning⁠, put the related files to /config/provisioning.
/grafanaGrafana state. Make sure the volume is writable for PUID/PGID.
/logsLog files produced by Grafana if configured to. Make sure the volume is writable for PUID/PGID.

⁠Security

The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab⁠.

⁠Container user

The container supports privilege drop. Even though the container starts as root, it will use the permissions only to perform the initial set up. The grafana process runs as UID/GID provided in the PUID and PGID environment variables.

:warning: Do not change the container user directly using the user Docker compose property or using the --user argument. This would break the privilege drop logic.

Tag summary

Content type

Image

Digest

sha256:e0a2b8036…

Size

93.8 MB

Last updated

over 3 years ago

docker pull modem7/docker-grafana