1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/jira/README.md

23 lines
681 B
Markdown
Raw Normal View History

2019-11-01 05:20:57 +00:00
jira
====
[Jira][1] Software is a powerful platform that combines issue collection and agile
project management capabilities into a single application. Using Jira Software
helps you plan and organize tasks, workflows, and reports for your agile team
more efficiently.
```bash
$ mkdir -p data/jira
$ chown 1000:1000 data/jira
$ docker-compose up -d
$ docker-compose exec postgres psql -U jira
>>> select * from propertystring where id in (select id from propertyentry where PROPERTY_KEY='jira.sid.key');
id | propertyvalue
-------+---------------------
10101 | BP8Q-WXN6-SKX3-NB5M
>>> \q
$ curl http://localhost:8080/
```
[1]: https://support.atlassian.com/jirasoftware/