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

18 lines
372 B
YAML

#version: '3.9'
services:
app:
image: "epicmorg/jira:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}
app-jdk8:
image: "epicmorg/jira:${RELEASE}-jdk8"
build:
context: .
dockerfile: Dockerfile.jdk8
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}