docker-scripts/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml
2024-06-21 16:22:11 +03:00

10 lines
175 B
YAML

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