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