docker-scripts/linux/ecosystem/testrail/7.5.1.7013/main/docker-compose.yml

9 lines
188 B
YAML
Raw Normal View History

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