2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-05 10:05:27 +03:00

9 lines
186 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
services:
app:
image: "epicmorg/testrail:6.7.1.1020"
build:
context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}