babim / docker-atlassian-crucible

Crucible on Alpine linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlassian Crucible in a Docker container

(Thanks Martin Aksel Jensen cptactionhank)

Get me started

To quickly get started running a Crowd instance, use the following command:

docker run --detach --publish 8060:8060 babim/crucible:latest
volume:
/var/atlassian/crucible
/opt/atlassian/crucible/logs

Then simply navigate your preferred browser to http://[dockerhost]:8060 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

About

Crucible on Alpine linux

License:MIT License


Languages

Language:Dockerfile 100.0%