jira-datacenter-docker

所属分类:其他
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2021-12-28 19:52:56
上 传 者sh-1993
说明:  Docker Compose脚本,用于生成测试JIRA数据中心环境,
(A Docker Compose script to generate a test JIRA datacenter environment,)

文件列表:
docker-compose.yml (1406, 2021-12-28)
docs/ (0, 2021-12-28)
docs/img/ (0, 2021-12-28)
docs/img/jira-setup.png (36022, 2021-12-28)
haproxy/ (0, 2021-12-28)
haproxy/haproxy.cfg (384, 2021-12-28)
init.sh (64, 2021-12-28)
jira-home-node1/ (0, 2021-12-28)
jira-home-node1/cluster.properties (228, 2021-12-28)
jira-home-node1/dbconfig.xml (1226, 2021-12-28)
jira-home-node2/ (0, 2021-12-28)
jira-home-node2/cluster.properties (228, 2021-12-28)
jira-home-node2/dbconfig.xml (1045, 2021-12-28)
jira-shared-home/ (0, 2021-12-28)
jira-shared-home/.keepdir (0, 2021-12-28)
postgre-db-init.sql (95, 2021-12-28)

# 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 ```bash 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 ``` 2. Then you can go to [http://localhost:9090](http://localhost:9090) and configure the initial setup for JIRA: ![Initial JIRA setup](docs/img/jira-setup.png) 3. After that, start `node2` and `proxy`: ```bash docker-compose up -d node2 proxy ``` 4. Then you can go to your 80 port (the one the balancer is listening on) and connect to JIRA: [http://localhost](http://localhost). You can change the ports editing `docker-compose.yml`

近期下载者

相关文件


收藏者