Skip to content

A basic Docker compose script which will setup Jira Confluence and Postgresql containers.

Notifications You must be signed in to change notification settings

Tobz92/JiraConfluencePostgres-dockercompose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose with Jira and Confluence:

This project is aimed to setup a working environment with Jira, Confluence and Postgres in seconds.

Requirements

  • Docker and Docker Compose

How to start

  • 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

Connect to postgres database from your machine

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

Jump on containers

If you want to jump on the Jira and Confluence Container from your machine:

Confluence container

docker-exec -ti confluence_container /bin/bash

Jira container

docker-exec -ti jira_container /bin/bash

Todos

  • Add setup steps
  • Mounting currently not working on Windows machine
  • Document to use Jira Users in Confluence

About

A basic Docker compose script which will setup Jira Confluence and Postgresql containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages