Nested interpolation is not supported by docker (https://github.com/docker/cli/issues/4265). Changed the file so that it uses CUSTOM_TAG or ERPNEXT_VERSION if that's not available.
Fixes an issue where the compose file incorrectly throws an error below: (already reported in #1487)
invalid interpolation format for services.scheduler.image: "${ERPNEXT_VERSION:?No ERPNext version or tag set". You may need to escape any $ with another $.
Nested interpolation is not supported by docker (https://github.com/docker/cli/issues/4265). Changed the file so that it uses
CUSTOM_TAG
orERPNEXT_VERSION
if that's not available.Fixes an issue where the compose file incorrectly throws an error below: (already reported in #1487)