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