- docker
- docker-compose
- Github OAUTH token with
repo
scope authorization
docker-compose build
docker-compose up
Please provide a .env
file in the config
folder.
And provide the following informations:
# Your github OAUTH_TOKEN
OAUTH_TOKEN=
This file contains an association between your github user_name and you real name
format:
[
{
"user_name": "your github user name",
"name": "Your Name"
}
]
This file contains a list of repositories
format:
[
{
"repository": "owner/repository"
}
]
Check the template.