2025-04-11 01:41:19 +03:00

9 lines
175 B
YAML

services:
app:
image: "hub.epicm.org/epicmorg/jira:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}