Skip to content

Jira Cora and Jira Software in Docker container via docker-compose.yml (example)

Notifications You must be signed in to change notification settings

EvilFreelancer/docker-compose-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker composition of Jira Software/Code

How to set up

Clone repository

git clone [email protected]:EvilFreelancer/docker-compose-jira.git

Switch work directory to root of project

cd docker-compose-jira

Copy composition config from example

cp docker-compose.yml.dist docker-compose.yml

Run composition

docker-compose up -d

Add DNS records to your /etc/hosts file

sudo nano /etc/hosts

Insert lines

127.0.0.1 core
127.0.0.1 software

Then save changes

After that, if you'll open http://software in your browser, you'll see Jira Software installation page, and if http://core then Jira Core, respectively.

By the way, mounting the directory does not work on Windows and MacOS X, so I strongly recommend that you configure everything on Linux, for example on Ubuntu Linux.

Good luck!

Links

About

Jira Cora and Jira Software in Docker container via docker-compose.yml (example)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages