Get a private git repository with web interface by running a single command. GOGS is going to be used as a web client for your repo.
Just run command docker-compose up -d
By default this setup binds to address gogs.localhost
.
So you can either add a snippet 127.0.0.1 gogs.localhost
to your /etc/hosts, or you can specify your own host for running gogs in nginx/sites-enabled/gogs