https://github.com/evilfreelancer/docker-compose-jira
Jira Cora and Jira Software in Docker container via docker-compose.yml (example)
https://github.com/evilfreelancer/docker-compose-jira
docker docker-compose example jira jira-core jira-software
Last synced: 9 months ago
JSON representation
Jira Cora and Jira Software in Docker container via docker-compose.yml (example)
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-compose-jira
- Owner: EvilFreelancer
- Created: 2019-05-14T19:47:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T11:58:16.000Z (over 6 years ago)
- Last Synced: 2025-04-06T14:21:27.243Z (12 months ago)
- Topics: docker, docker-compose, example, jira, jira-core, jira-software
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker composition of Jira Software/Code
## How to set up
Clone repository
git clone git@github.com: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](https://ubuntu.com/).
Good luck!
## Links
* https://www.youtube.com/watch?v=es9PJl_3RDw - Original video instruction (on Russian language) about this project with additional details