View the Dockerfile here.
This is a docker image that wraps the github-readme-streak-stats project, for self hosting.
Refer to the official repo
for env var usage and instructions on setting up your TOKEN personal github token.
---
services:
github-readme-streak-stats:
container_name: github-readme-streak-stats
image: jc21/github-readme-streak-stats:latest
ports:
- '8080:80'
environment:
TOKEN: 'github_pat_11A....'
WHITELIST: 'jc21'
restart: unless-stopped
./scripts/buildx --push -t jc21/github-readme-streak-stats:latest
Content type
Image
Digest
sha256:3f6669080…
Size
308.5 MB
Last updated
2 days ago
docker pull jc21/github-readme-streak-stats