mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 16:15:45 +03:00
9 lines
188 B
YAML
9 lines
188 B
YAML
|
version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/testrail:7.5.1.7013"
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
RELEASE: ${TESTRAIL_VERSION}
|
||
|
DOWNLOAD_URL: ${DOWNLOAD_URL}
|