community-catalog/templates/bitbucket/0/rancher-compose.yml
2017-09-25 18:00:31 -07:00

26 lines
385 B
YAML

version: '2'
catalog:
name: bitbucket
version: 0.0.1
description: Git Server
maximum_rancher_version: v1.9.99
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