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