docker-scripts/bin/ansible/roles/atlassian.bitbucket/files/docker-compose.jdk7.yml
2024-06-21 16:22:11 +03:00

17 lines
346 B
YAML

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