Skip to content

A Docker Compose script to generate a test JIRA datacenter environment

Notifications You must be signed in to change notification settings

fllaca/jira-datacenter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e578a9a · Dec 28, 2021

History

14 Commits
May 1, 2017
Dec 28, 2021
Apr 19, 2021
May 1, 2017
May 1, 2017
May 24, 2020
May 24, 2020
Dec 28, 2021
May 1, 2017
May 1, 2017

Repository files navigation

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