Sign inSign up

babim/bitbucket

By babim

•Updated about 2 years ago

Atlassian BitBucket on Alpine linux

Image
0

7.5K

babim/bitbucket repository overview

⁠Atlassian BitBucket in a Docker container

⁠(Thanks Martin Aksel Jensen cptactionhank)

⁠Get me started

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

docker run --detach --publish 7990:7990 babim/bitbucket:fixed
volume:
/var/atlassian/bitbucket
/opt/atlassian/bitbucket/logs

Then simply navigate your preferred browser to http://[dockerhost]:7990 and finish the configuration.

⁠Configuration

You can configure a small set of things by supplying the following environment variables

Environment VariableDescription
X_PROXY_NAMESets the Tomcat Connectors ProxyName attribute
X_PROXY_PORTSets the Tomcat Connectors ProxyPort attribute
X_PROXY_SCHEMEIf set to https the Tomcat Connectors secure=true and redirectPort equal to X_PROXY_PORT
X_PATHSets the Tomcat connectors path attribute

Tag summary

Content type

Image

Digest

sha256:e3f787235…

Size

695.8 MB

Last updated

about 2 years ago

docker pull babim/bitbucket