A docker image of the anuraghazra/github-readme-stats project
4.3K
View the Dockerfile here.
This is a docker image that wraps the github-readme-stats project, for self hosting.
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
./scripts/buildx --push -t jc21/github-readme-stats:latest
Content type
Image
Digest
sha256:743db4e66…
Size
95.7 MB
Last updated
5 months ago
docker pull jc21/github-readme-stats