docker-scripts/linux/ecosystem/atlassian/bitbucket/3/3.6.1/docker-compose.yml

16 lines
344 B
YAML
Raw Normal View History

version: '3'
services:
app:
image: "epicmorg/bitbucket:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}
app-jdk8:
image: "epicmorg/bitbucket:${RELEASE}-jdk8"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}