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

9 lines
188 B
YAML
Raw Normal View History

2021-06-02 02:30:31 +03:00
version: '3.9'
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}