docker container and docker-compose file for gitbucket
data/ conf | 7 years ago | ||
docker | 7 years ago | ||
.env | 7 years ago | ||
.gitignore | 7 years ago | ||
README.md | 7 years ago | ||
docker-compose.yml | 7 years ago | ||
generate_password.sh | 7 years ago | ||
gitbucket.conf | 7 years ago |
This docker container of gitbucket is under testing!!!
Get code from repository:
git clone https://gitbucket.pgollor.de/git/docker/gitbucket.git cd gitbucket
Generate new passwords for your databse!!!
./generate_password.sh
Change the confoguration and start with:
docker-compose up -d
Open 127.0.0.1:8080
and be habby. :-)
Please use the configuration file gitbucket.conf
for your personal changes. There are three configs for gitbucket:
GITBUCKET_BIND
: ip address to bind toGITBUCKET_WEB_PORT
: web port to bind toGITBUCKET_SSH_PORT
: ssh port to bind toI got some inspirations for this project from: