feat(catalog): add bitbucket to rancher-catalog templates

This commit is contained in:
Maik Ellerbrock
2017-06-09 23:58:09 +02:00
parent ef58051123
commit d105ccf74f
5 changed files with 162 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
version: '2'
services:
bitbucket:
image: atlassian/bitbucket-server:5.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.1
entrypoint:
- /bin/true
volumes:
- /var/atlassian/application-data/bitbucket
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.hostname_override: container_name
+24
View File
@@ -0,0 +1,24 @@
version: '2'
catalog:
name: bitbucket
version: 0.0.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