mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-04 02:55:47 +03:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
|
version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/testrail:{{ item }}"
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
RELEASE: ${TESTRAIL_VERSION}
|
||
|
DOWNLOAD_URL: ${DOWNLOAD_URL}
|