version: '3.9' services: app: image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: NGINX_VERSION: ${NGINX_VERSION} NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}