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

9 lines
186 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +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.0.2.1016"
2021-06-02 02:30:31 +03:00
build:
context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}