Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 367 Bytes

docker-gerrit

To start manually:
$ docker run -i -d -p 8080:8080 \
                   -p 29418:29418 \
                   -v /opt/gerrit/git:/opt/gerrit/work/git \
                   -v /opt/gerrit/db:/opt/gerrit/work/db \ 
                   abaranov/gerrit
To start with ansible:
$ ansible-playbook -i <hosts> run_gerrit.yml