2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-27 22:17:56 +03:00

10 lines
174 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
2021-05-19 00:53:42 +03:00
services:
app:
image: "epicmorg/jira:${RELEASE}"
build:
context: .
2021-05-19 03:25:48 +03:00
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}