This project is aimed to setup a working environment with Jira, Confluence and Postgres in seconds.
- Docker and Docker Compose
- Clone or Download this Project.
- Rename the .envexample to .env and fill in your credentials which will be used to create the database.
- If you like, rename the database names in the docker-compose.yml behind the POSTGRES_MULTIPLE_DATABASES attribute.
- If you are using Docker for Windows, make sure your drive is shared.
- In your project folder execute following statements:
docker-compose up
- Confluence running on localhost:8090 and Jira running on localhost:8080 and setup steps can be peformed on first start
To connect on the postgres database from your machine, use the following parameters:
- Username: defined in .env
- Password: defined in .env
- Hostname: localhost
- Database: defined in docker-compose.yml
- Port: 40699
If you want to jump on the Jira and Confluence Container from your machine:
docker-exec -ti confluence_container /bin/bash
docker-exec -ti jira_container /bin/bash
- Add setup steps
- Mounting currently not working on Windows machine
- Document to use Jira Users in Confluence