docker-scripts/bin/ansible/roles/gurock.testrail/templates/php72/main/docker-compose.yml.j2

9 lines
188 B
Django/Jinja

version: '3.9'
services:
app:
image: "epicmorg/testrail:{{ item }}"
build:
context: .
args:
RELEASE: ${TESTRAIL_VERSION}
DOWNLOAD_URL: ${DOWNLOAD_URL}