docker-scripts/linux/ecosystem/atlassian/jira/5/5.0.7/docker-compose.yml

9 lines
175 B
YAML
Raw Normal View History

2021-05-19 00:52:30 +03:00
version: '3.9'
services:
app:
image: "epicmorg/jira:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}