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

9 lines
188 B
YAML

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