docker-scripts/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml

17 lines
373 B
YAML
Raw Normal View History

2021-05-19 00:53:42 +03:00
version: '3.9'
services:
app:
image: "epicmorg/jira:${RELEASE}"
build:
context: .
2021-05-19 03:25:48 +03:00
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}
app-jdk11:
image: "epicmorg/jira:${RELEASE}-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11
2021-05-19 00:53:42 +03:00
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}