yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
912 stars 117 forks source link

Added instructions to build GitPrep docker container #153

Closed jndeverteuil closed 5 years ago

jndeverteuil commented 5 years ago

Adds instructions to build and run GitPrep as a Docker service with docker-compose based on an Alpine Linux image.

I also provided the Dockerfile with it's docker-entrypoint.sh (in ./deploy) to build a GitPrep docker container that works out-of-the-box with SSH.

The docker-compose.yml file I presented use SSH port 2222 to differentiate with the container host SSH port.

Once built, the docker image is ~287MB.

Cheers!