antonkomarev / github-profile-views-counter

It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
https://komarev.com/sources/github-profile-views-counter
MIT License
4.02k stars 365 forks source link

How can you self-host it? #84

Closed kRystalDevv closed 11 months ago

kRystalDevv commented 11 months ago

I want to self-host it on my server, and the images made under my domain? is there a docker install? thanks

orhun commented 11 months ago

I think you can self-host it by using docker-compose: https://github.com/antonkomarev/github-profile-views-counter/blob/master/docker-compose.yaml

antonkomarev commented 11 months ago

@kRystalDevv As @orhun said there is docker compose that you can use to start.

It may be not production ready because we are using it for development only right now. But you are free to tune it for your preference.