Updated Bitbucket to v5.6.1
This commit is contained in:
parent
a9d6566be5
commit
0db2888cc7
24
templates/bitbucket/1/docker-compose.yml
Normal file
24
templates/bitbucket/1/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
bitbucket:
|
||||||
|
image: atlassian/bitbucket-server:5.6.1
|
||||||
|
volumes_from:
|
||||||
|
- bitbucket-data
|
||||||
|
ports:
|
||||||
|
- ${BITBUCKET_PORT}:7990
|
||||||
|
labels:
|
||||||
|
io.rancher.sidekicks: bitbucket-data
|
||||||
|
io.rancher.container.hostname_override: container_name
|
||||||
|
|
||||||
|
bitbucket-data:
|
||||||
|
image: atlassian/bitbucket-server:5.6.1
|
||||||
|
entrypoint:
|
||||||
|
- /bin/true
|
||||||
|
volumes:
|
||||||
|
- /var/atlassian/application-data/bitbucket
|
||||||
|
labels:
|
||||||
|
io.rancher.container.start_once: 'true'
|
||||||
|
io.rancher.container.hostname_override: container_name
|
||||||
|
|
22
templates/bitbucket/1/rancher-compose.yml
Normal file
22
templates/bitbucket/1/rancher-compose.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
version: '2'
|
||||||
|
|
||||||
|
catalog:
|
||||||
|
name: bitbucket
|
||||||
|
version: 5.6.1
|
||||||
|
description: Git Server
|
||||||
|
questions:
|
||||||
|
- variable: BITBUCKET_PORT
|
||||||
|
label: Port
|
||||||
|
default: 80
|
||||||
|
required: true
|
||||||
|
type: int
|
||||||
|
|
||||||
|
services:
|
||||||
|
bitbucket:
|
||||||
|
scale: 1
|
||||||
|
start_on_create: true
|
||||||
|
|
||||||
|
bitbucket-data:
|
||||||
|
scale: 1
|
||||||
|
start_on_create: true
|
||||||
|
|
@ -1,6 +1,4 @@
|
|||||||
name: bitbucket
|
name: bitbucket
|
||||||
description: Git Server
|
description: Git Server
|
||||||
version: 0.0.1
|
version: 5.6.1
|
||||||
category: Versioning
|
category: Versioning
|
||||||
projectURL: https://github.com/ellerbrock/rancher-collection
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user