Sign inSign up

jc21/github-readme-stats

By jc21

Updated 5 months ago

A docker image of the anuraghazra/github-readme-stats project

Image
Web analytics
0

4.3K

jc21/github-readme-stats repository overview

github-readme-stats

View the Dockerfile here.

This is a docker image that wraps the github-readme-stats project, for self hosting.

Usage

Refer to the official repo for env var usage and instructions on setting up your PAT_1 personal github token.

---
services:
  github-readme-stats:
    container_name: github-readme-stats
    image: jc21/github-readme-stats:latest
    ports:
      - '9000:9000'
    environment:
      PAT_1: 'github_pat_11A....'
      WHITELIST: 'jc21'
      GIST_WHITELIST: ''
    restart: unless-stopped

Building

./scripts/buildx --push -t jc21/github-readme-stats:latest

Tag summary

Content type

Image

Digest

sha256:743db4e66

Size

95.7 MB

Last updated

5 months ago

docker pull jc21/github-readme-stats