docker-scripts/linux/ecosystem/testrail/5.7.1.4026/main/docker-compose.yml
2024-06-21 16:22:11 +03:00

9 lines
187 B
YAML

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