mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
9 lines
187 B
YAML
9 lines
187 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/testrail:6.1.1.1020"
|
|
build:
|
|
context: .
|
|
args:
|
|
RELEASE: ${TESTRAIL_VERSION}
|
|
DOWNLOAD_URL: ${DOWNLOAD_URL} |