docker-scripts/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml
2023-07-25 00:34:52 +03:00

10 lines
176 B
YAML

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