Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cptactionhank/docker-atlassian-confluence
Atlassian Confluence wrapped in a Docker image
https://github.com/cptactionhank/docker-atlassian-confluence
atlassian-confluence confluence container containers docker
Last synced: about 2 months ago
JSON representation
Atlassian Confluence wrapped in a Docker image
- Host: GitHub
- URL: https://github.com/cptactionhank/docker-atlassian-confluence
- Owner: cptactionhank
- License: mit
- Created: 2014-08-05T18:44:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T00:08:36.000Z (2 months ago)
- Last Synced: 2024-11-06T01:19:26.967Z (2 months ago)
- Topics: atlassian-confluence, confluence, container, containers, docker
- Language: Ruby
- Homepage: https://cptactionhank.github.io/docker-atlassian-confluence
- Size: 607 KB
- Stars: 408
- Watchers: 24
- Forks: 223
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-documentation - Confluence in a Docker container - Atlassian Confluence wrapped in a Docker image. (General Tools / Commercial)
README
[![CircleCI Build Status](https://img.shields.io/circleci/project/cptactionhank/docker-atlassian-confluence/master.svg?label=CircleCI)](https://circleci.com/gh/cptactionhank/docker-atlassian-confluence) [![Open Issues](https://img.shields.io/github/issues/cptactionhank/docker-atlassian-confluence.svg)](https://github.com/cptactionhank/docker-atlassian-confluence/issues) [![Stars on GitHub](https://img.shields.io/github/stars/cptactionhank/docker-atlassian-confluence.svg)](https://github.com/cptactionhank/docker-atlassian-confluence/stargazers) [![Forks on GitHub](https://img.shields.io/github/forks/cptactionhank/docker-atlassian-confluence.svg)](https://github.com/cptactionhank/docker-atlassian-confluence/network) [![Stars on Docker Hub](https://img.shields.io/docker/stars/cptactionhank/atlassian-confluence.svg)](https://hub.docker.com/r/cptactionhank/atlassian-confluence/) [![Pulls on Docker Hub](https://img.shields.io/docker/pulls/cptactionhank/atlassian-confluence.svg)](https://hub.docker.com/r/cptactionhank/atlassian-confluence/) [![Sponsor by PayPal](https://img.shields.io/badge/sponsor-PayPal-blue.svg)](https://paypal.me/cptactionhank/5)
# Atlassian Confluence in a Docker container
This is a containerized installation of Atlassian Confluence with Docker, and it's a match made in heaven for us all to enjoy. The aim of this image is to keep the installation as straight forward as possible, but with a few Docker related twists. You can get started by clicking the appropriate link below and reading the documentation.
* [Atlassian JIRA Core](https://cptactionhank.github.io/docker-atlassian-jira)
* [Atlassian JIRA Software](https://cptactionhank.github.io/docker-atlassian-jira-software)
* [Atlassian JIRA Service Desk](https://cptactionhank.github.io/docker-atlassian-service-desk)
* [Atlassian Confluence](https://cptactionhank.github.io/docker-atlassian-confluence)
* [Atlassian Bitbucket](https://cptactionhank.github.io/docker-atlassian-bitbucket)
* [Atlassian Bamboo](https://cptactionhank.github.io/docker-atlassian-bamboo)If you want to help out, you can check out the contribution section further down.
## I'm in the fast lane! Get me started
To quickly get started running a Confluence instance, use the following command:
```bash
docker run --detach --publish 8090:8090 cptactionhank/atlassian-confluence:latest
```Then simply navigate your preferred browser to `http://[dockerhost]:8090` and finish the configuration.
## Configuration
You can configure a small set of things by supplying the following environment variables
| Environment Variable | Description |
| ---------------------- | ----------- |
| X_PROXY_NAME | Sets the Tomcat Connectors `ProxyName` attribute |
| X_PROXY_PORT | Sets the Tomcat Connectors `ProxyPort` attribute |
| X_PROXY_SCHEME | If set to `https` the Tomcat Connectors `secure=true` and `redirectPort` equal to `X_PROXY_PORT` |
| X_PATH | Sets the Tomcat connectors `path` attribute |## Contributions
This image has been created with the best intentions and an good understanding of Docker, but it should not be expected to be flawless. Should you be in the position to do so, I request that you help support this repository with best-practices and other additions.
Travis CI and CircleCI has been configured to build the `Dockerfile` and run acceptance tests on the Atlassian Confluence image to ensure it is working.
Travis CI has additionally been configured to automatically deploy new version branches when successfully building a new version of Atlassian Confluence in the `master` branch and serves as the base. Furthermore an `eap` branch has been setup to automatically build and commit updates to ensure this branch contains the latest version of Atlassian Confluence Early Access Program.
If you see out of date documentation, lack of tests, etc., you can help out by either
- creating an issue and opening a discussion, or
- sending a pull request with modifications (remember to read [contributing guide](https://github.com/cptactionhank/docker-atlassian-confluence/blob/master/CONTRIBUTING.md) before.)Continuous Integration and Continuous Delivery is made possible with the great services from [GitHub](https://github.com), [Travis CI](https://travis-ci.org/), and [CircleCI](https://circleci.com/) written in [Ruby](https://www.ruby-lang.org/), using [RSpec](http://rspec.info/), [Capybara](https://jnicklas.github.io/capybara/), and [PhantomJS](http://phantomjs.org/) frameworks.