docker-scripts/linux/ecosystem/testrail/6.0.0.4140/main/docker-compose.yml
2024-02-09 13:51:53 +03:00

9 lines
186 B
YAML

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