docker container and docker-compose file for gitbucket

data remove unused database file 6 years ago
docker fix mail address 6 years ago
.env inital commit 6 years ago
.gitignore add dependencies 6 years ago
README.md add script to change database passwords 6 years ago
docker-compose.yml add dependencies 6 years ago
generate_password.sh add script to change database passwords 6 years ago
gitbucket.conf add db environment 6 years ago
README.md

docker container for gitbucket

This docker container of gitbucket is under testing!!!

usage

dependencies

installation

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

configuration

Please use the configuration file gitbucket.conf for your personal changes. There are three configs for gitbucket:

  • GITBUCKET_BIND: ip address to bind to
  • GITBUCKET_WEB_PORT: web port to bind to
  • GITBUCKET_SSH_PORT: ssh port to bind to

Inspirations

I got some inspirations for this project from: