From a9d995a49629b3cb20ce3c3e4dc7c8fcb4b5d01f Mon Sep 17 00:00:00 2001 From: jzgo Date: Tue, 26 May 2020 17:51:32 -0700 Subject: [PATCH] bump bitbucket version and prune docker-compose --- Dockerfile | 2 +- docker-compose.yml | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index d595984..58b3ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM adoptopenjdk/openjdk8:alpine MAINTAINER Steffen Bleul -ARG BITBUCKET_VERSION=6.8.2 +ARG BITBUCKET_VERSION=7.2.3 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/docker-compose.yml b/docker-compose.yml index 006440c..badfd33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,22 +2,19 @@ version: '3' services: bitbucket: - image: blacklabelops/bitbucket - depends_on: - - postgres_bitbucket + image: registry.gitlab.com/notch8/bbfops/bitbucket:${TAG} + build: . networks: - bitbucketnet volumes: - bitbucketdata:/var/atlassian/bitbucket ports: - - '80:7990' + - '7990:7990' environment: - 'BITBUCKET_PROXY_NAME=' - 'BITBUCKET_PROXY_PORT=' - 'BITBUCKET_PROXY_SCHEME=' - 'BITBUCKET_DELAYED_START=' - - 'DOCKER_WAIT_HOST=postgres_bitbucket' - - 'DOCKER_WAIT_PORT=5432' labels: com.blacklabelops.description: "Atlassian Bitbucket" com.blacklabelops.service: "bitbucket"