Updated Bitbucket to v5.6.1

This commit is contained in:
Kyle Sessions
2017-12-06 18:13:38 -07:00
parent a9d6566be5
commit 0db2888cc7
3 changed files with 47 additions and 3 deletions
+24
View 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