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

9 lines
187 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2021-06-02 02:30:31 +03:00
services:
app:
2022-10-16 13:56:59 +03:00
image: "epicmorg/testrail:7.4.1.8092"
2021-06-02 02:30:31 +03:00
build:
context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}