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