This project will show you how to setup and maintain Atlassian products with Docker.
Deployment and maintainance will be done by docker-compose yaml files and all commands will be based on Blacklabelops dockerized atlassian product images.
Requirements:
- Docker
- Docker-Compose
Based on the following containers:
- blacklabelops/jira: The #1 software development tool used by agile teams
- blacklabelops/confluence: Create, organize, and discuss work with your team
- blacklabelops/bitbucket: Code, Manage, Collaborate
- blacklabelops/crowd: Identity management for web apps
- blacklabelops/nginx: Http Server
- blacklabelops/postgres: Database
Leave a message and ask questions on Hipchat: blacklabelops/hipchat
Running the whole Atlassian software stack on your local computer.
- Nginx Reverse Proxy (Http)
- Jira Software
- Confluence
- Bitbucket
- Crowd
- PostgreSQL Databases
Start here: Documentation
The basic Jira stack:
- Nginx Reverse Proxy (Http)
- Jira Software
- PostgreSQL Database
Start here: Documentation
In order to obtain free SSL certificates for your Atlassian instances use my letsencrypt Docker image.
The creation of SSL certificates is dependent on your stack. See the documentation of each stack.
Further documentation: Documentation
Leave a message and ask questions on Hipchat: blacklabelops/hipchat