- The main idea of the microservice is provide a tarball from git having only in one place your accesswide token in the organization, avoiding security risks
- Flask + Gunicorn + Docker
-
Edit example_settings.py with your desired settings
-
rename or copy the file to settings.py
-
Build
docker build . -t gitproxytarball
- Run
docker run --name gitproxy -p 8000:8000 gitproxytarball