2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-23 20:18:13 +03:00

9 lines
188 B
YAML
Raw Normal View History

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