Include required but missing VAR name and assignment in interpolation error message.
Error message format is now e.g.:
ERROR: Missing mandatory value for "environment" option interpolating ['MYENV=${MYVAR:?}'] in service "myservice":
Fixed #6587.
Signed-off-by: Brett Randall <[email protected]>