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