Run -the-app

Running the app is also pretty easy with the supplied docker-compose file

GITHUB_USER=${USER} GITHUB_TOKEN=${TOKEN} docker-compose -f docker-tools/docker-compose.yml up --build

The above command will build the images and setup all requires ports

Make sure to run the following when finished to ensure the network stops

docker-compose -f docker-tools/docker-compose.yml down

Last updated