Skip to content

fllaca/jira-datacenter-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

jira-datacenter-docker

A Docker Compose script to generate a test JIRA datacenter environment in a few steps

Usage

  1. First, clone the repo and start the database and node1 containers
git clone https://github.com/fllaca/jira-datacenter-docker

cd jira-datacenter-docker
# this init script is necessary to change the permissions of the JIRA home folders so the JIRA daemon can write to them
./init.sh
docker-compose up -d database
# wait a few seconds until database is ready, then:
docker-compose up -d node1
  1. Then you can go to http://localhost:9090 and configure the initial setup for JIRA:

Initial JIRA setup

  1. After that, start node2 and proxy:
docker-compose up -d node2 proxy
  1. Then you can go to your 80 port (the one the balancer is listening on) and connect to JIRA: http://localhost. You can change the ports editing docker-compose.yml

About

A Docker Compose script to generate a test JIRA datacenter environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages