项目作者: EvilFreelancer

项目描述 :
Jira Cora and Jira Software in Docker container via docker-compose.yml (example)
高级语言: Shell
项目地址: git://github.com/EvilFreelancer/docker-compose-jira.git
创建时间: 2019-05-14T19:47:31Z
项目社区:https://github.com/EvilFreelancer/docker-compose-jira

开源协议:

下载


Docker composition of Jira Software/Code

How to set up

Clone repository

  1. git clone git@github.com:EvilFreelancer/docker-compose-jira.git

Switch work directory to root of project

  1. cd docker-compose-jira

Copy composition config from example

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

Run composition

  1. docker-compose up -d

Add DNS records to your /etc/hosts file

  1. sudo nano /etc/hosts

Insert lines

  1. 127.0.0.1 core
  2. 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!