Skip to content

dashpradeep99/Jira-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Bitbucket and Gitlab on docker containers with local storage

Using docker-compose v3

Screenshot

This docker images provides a working environment with Atlassian JIRA, Bitbucket and Gitlab. The install is clean, you have to configure db, etc. Just read the docker-compose files ;) But the data will be all persisted. If you have to migrate server or do some crash-recovery, just have a backup of /dockerdata. System will build up from scratch without losing any data.

Installation

Architecture

NOTE: Data are persisted at /dockerdata on host. Change it to your needs if you want at the docker-compose files

Tips and useful scripts

To do things, easier, you can use some aliases instead of docker-compose full syntax commands ;) Just do dockerup on each dir ;)

  • alias dockerup='docker-compose up --build'
  • alias dockerdown='docker-compose down --remove-orphans'
  • alias dockerrm='docker-compose rm -v'
  • alias dockerinit='docker stop $(docker ps -a -q) ; docker rm $(docker ps -a -q)'

@manufy - Manuel Fernández Yáñez 2017

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages