version: '3.9'
services:
  app:
    image: "epicmorg/fisheye-crucible:${RELEASE}"
    build:
      context: .
      args:
        RELEASE: ${RELEASE}
        DOWNLOAD_URL: ${DOWNLOAD_URL}